"Updates"

This commit is contained in:
2026-08-24 08:56:25 +02:00
parent 0d96266cfd
commit 245eb6b747
+3 -1
View File
@@ -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"