|
|
@ -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: pay46/php7.3 |
|
|
|
restart: always |
|
|
|
volumes: |
|
|
|
- ./nginx/www:/www |
|
|
|
- /home/www:/www |
|
|
|
- ./php-fpm/etc:/usr/local/etc/php |
|
|
|
depends_on: |
|
|
|
- mongodb |
|
|
|