mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-11 18:18:38 +02:00
filebrowser expose port
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -57,6 +57,8 @@ services:
|
||||
image: filebrowser/filebrowser:latest
|
||||
container_name: filebrowser
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8081:80"
|
||||
|
||||
environment:
|
||||
- TZ=Europe/Zurich
|
||||
|
||||
Reference in New Issue
Block a user