mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 20:30:12 -08:00
updated external flag on volumes after the migration from original racknerd VPS
This commit is contained in:
@@ -19,3 +19,4 @@ services:
|
||||
volumes:
|
||||
vaultwarden_data:
|
||||
name: vaultwarden_data
|
||||
external: true
|
||||
|
||||
@@ -27,5 +27,7 @@ services:
|
||||
labels:
|
||||
- diun.enable=true
|
||||
volumes:
|
||||
db-data: null
|
||||
db-data:
|
||||
name: wiki_db-data
|
||||
external: true
|
||||
networks: {}
|
||||
|
||||
Reference in New Issue
Block a user