filebrowser expose port

This commit is contained in:
2026-07-24 15:31:02 +02:00
parent b32228e82f
commit 4a8fbaead5
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
archive.tomasrivera.ch {
reverse_proxy archivebox:8000
}
youtube-archive.tomasrivera.ch {
video-archive.tomasrivera.ch {
reverse_proxy filebrowser:80
}
hledger.tomasrivera.ch {
+2
View File
@@ -57,6 +57,8 @@ services:
image: filebrowser/filebrowser:latest
container_name: filebrowser
restart: unless-stopped
ports:
- "8081:80"
environment:
- TZ=Europe/Zurich