remove unused NFS volume configuration from docker-compose.yml
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 21s
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 21s
This commit is contained in:
parent
e0a781a39a
commit
efcbe3179a
@ -222,7 +222,6 @@ services:
|
||||
- DUPLICATI__WEBSERVICE_PASSWORD=${DUPLICATI_PASSWORD}
|
||||
- DUPLICATI__DISABLE_DB_ENCRYPTION=true
|
||||
volumes:
|
||||
- nfs:/nfs
|
||||
- duplicati-data:/data
|
||||
networks:
|
||||
- local
|
||||
@ -277,13 +276,6 @@ volumes:
|
||||
driver: local
|
||||
redis-data:
|
||||
driver: local
|
||||
nfs:
|
||||
name: nfs-share
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: nfs
|
||||
device: ":/nfs_share"
|
||||
o: "addr=10.0.0.3,ro,soft,nfsvers=4"
|
||||
duplicati-data:
|
||||
name: duplicati-data
|
||||
driver: local
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user