|
@ -4,10 +4,6 @@ services: |
|
|
nginx: |
|
|
nginx: |
|
|
image: nginx |
|
|
image: nginx |
|
|
restart: always |
|
|
restart: always |
|
|
networks: |
|
|
|
|
|
default: |
|
|
|
|
|
aliases: |
|
|
|
|
|
- loc.10ballov |
|
|
|
|
|
volumes: |
|
|
volumes: |
|
|
- ${PROJECTS_DIR}:/usr/share/nginx/html |
|
|
- ${PROJECTS_DIR}:/usr/share/nginx/html |
|
|
- ./config/nginx/conf.d:/etc/nginx/conf.d |
|
|
- ./config/nginx/conf.d:/etc/nginx/conf.d |
|
|