"Updates"

This commit is contained in:
2026-08-24 08:37:38 +02:00
parent bea350c8cc
commit 6e6117e492
+5 -5
View File
@@ -5,12 +5,12 @@ services:
container_name: bbs
image: marcpope/borgbackupserver:latest
ports:
- "${WEB_PORT:-8080}:80" # Web UI
- "${SSH_PORT:-2222}:22" # SSH for borg agent connections
- "${WEB_PORT}:80" # Web UI
- "${SSH_PORT}:22" # SSH for borg agent connections
environment:
- APP_URL=${APP_URL:-http://localhost:8080}
- SSH_PORT=${SSH_PORT:-2222}
- WEB_PORT=${WEB_PORT:-8080}
- APP_URL=${APP_URL}
- SSH_PORT=${SSH_PORT}
- WEB_PORT=${WEB_PORT}
volumes:
- bbs-data:/var/bbs
restart: unless-stopped