diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..73bd2db --- /dev/null +++ b/docker-compose.yaml @@ -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