Added docker compose file

This commit is contained in:
Anton Pogrebnjak
2024-12-27 23:21:16 +01:00
parent 420c252030
commit d479672803
2 changed files with 7 additions and 1 deletions

6
docker-compose.yml Normal file
View File

@@ -0,0 +1,6 @@
services:
pantosite:
build: .
ports:
- "4443:80"