linyao 5 years ago
parent
commit
aa33be1c88
  1. 6
      docker-compose.yml

6
docker-compose.yml

@ -3,12 +3,12 @@ services:
web:
image: nginx
ports:
- "90:80"
- "80:80"
restart: always
volumes:
- ./nginx/conf:/etc/nginx
- ./nginx/log:/var/log/nginx
- ./nginx/www:/www
- /home/www:/www
networks:
- dlc-dev-network
depends_on:
@ -32,7 +32,7 @@ services:
image: linyaostalker/php:7.3
restart: always
volumes:
- ./nginx/www:/www
- /home/www:/www
- ./php-fpm/etc:/usr/local/etc/php
depends_on:
- mongodb

Loading…
Cancel
Save