mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-12 10:30:45 +02:00
filebrowser expose port
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
archive.tomasrivera.ch {
|
archive.tomasrivera.ch {
|
||||||
reverse_proxy archivebox:8000
|
reverse_proxy archivebox:8000
|
||||||
}
|
}
|
||||||
youtube-archive.tomasrivera.ch {
|
video-archive.tomasrivera.ch {
|
||||||
reverse_proxy filebrowser:80
|
reverse_proxy filebrowser:80
|
||||||
}
|
}
|
||||||
hledger.tomasrivera.ch {
|
hledger.tomasrivera.ch {
|
||||||
|
|||||||
@@ -57,6 +57,8 @@ services:
|
|||||||
image: filebrowser/filebrowser:latest
|
image: filebrowser/filebrowser:latest
|
||||||
container_name: filebrowser
|
container_name: filebrowser
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "8081:80"
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Zurich
|
- TZ=Europe/Zurich
|
||||||
|
|||||||
Reference in New Issue
Block a user