update
This commit is contained in:
13
docker-compose.yaml
Normal file
13
docker-compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user