Testing
This commit is contained in:
@@ -37,11 +37,11 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- ninja-net
|
- ninja-net
|
||||||
ports:
|
ports:
|
||||||
- 8000:80
|
- "8000:80"
|
||||||
volumes:
|
volumes:
|
||||||
- type: 'volume'
|
- type: volume
|
||||||
source: ${VOLUME_WEB}
|
source: ${VOLUME_WEB}
|
||||||
target: /etc/nginx/nginx.conf
|
target: '/etc/nginx/nginx.conf'
|
||||||
read_only: true
|
read_only: true
|
||||||
volume:
|
volume:
|
||||||
nocopy: true
|
nocopy: true
|
||||||
|
|||||||
Reference in New Issue
Block a user