Mount volumes directly
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
||||
networks:
|
||||
- reverse-proxy
|
||||
volumes:
|
||||
- notifiarr_config:/config/
|
||||
- ${NASCOMPOSE_SERVICES?}/notifiarr/volumes/notifiarr_config/:/config/
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
traefik.enable: true
|
||||
@@ -20,10 +20,3 @@ services:
|
||||
networks:
|
||||
reverse-proxy:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
notifiarr_config:
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: ${NASCOMPOSE_SERVICES?}/notifiarr/volumes/notifiarr_config/
|
||||
|
||||
Reference in New Issue
Block a user