Refactor volume mount path in swarm/apps.yml for nginx container
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ services:
|
||||
image: nginx:alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- var/data/site:/usr/share/nginx/html:ro
|
||||
- /var/data/site:/usr/share/nginx/html:ro
|
||||
networks:
|
||||
- traefik-public
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user