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