"Updates"

This commit is contained in:
2026-08-24 09:49:26 +02:00
parent 72f5cc5501
commit b46c46550c
+1 -3
View File
@@ -13,7 +13,6 @@ 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
@@ -22,8 +21,7 @@ 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"