This commit is contained in:
2025-03-13 15:08:33 +00:00
parent 30000da45b
commit d8b3721bb4

13
docker-compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
version: '3'
services:
php-nginx:
container_name: ippheasant
image: trafex/php-nginx
ports:
- "8077:8080"
volumes:
- /docker-storage/ippheasant:/var/www/html
env_file:
- .env
restart: always