"Updates"
This commit is contained in:
+3
-1
@@ -13,6 +13,7 @@ services:
|
||||
- WEB_PORT=${WEB_PORT}
|
||||
volumes:
|
||||
- bbs-data:/var/bbs
|
||||
- borg_backups:/backups
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: json-file
|
||||
@@ -21,7 +22,8 @@ services:
|
||||
max-file: "3"
|
||||
|
||||
volumes:
|
||||
bbs-data:
|
||||
bbs-data: {}
|
||||
borg_backups:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: "none"
|
||||
|
||||
Reference in New Issue
Block a user