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__WEBSERVICE_PASSWORD=${DUPLICATI_PASSWORD}
|
||||||
- DUPLICATI__DISABLE_DB_ENCRYPTION=true
|
- DUPLICATI__DISABLE_DB_ENCRYPTION=true
|
||||||
volumes:
|
volumes:
|
||||||
- nfs:/nfs
|
|
||||||
- duplicati-data:/data
|
- duplicati-data:/data
|
||||||
networks:
|
networks:
|
||||||
- local
|
- local
|
||||||
@ -277,13 +276,6 @@ volumes:
|
|||||||
driver: local
|
driver: local
|
||||||
redis-data:
|
redis-data:
|
||||||
driver: local
|
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:
|
duplicati-data:
|
||||||
name: duplicati-data
|
name: duplicati-data
|
||||||
driver: local
|
driver: local
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user