fix(filebrowser): define port based on env
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
container_name: filebrowser
|
||||
user: "1000:1000"
|
||||
ports:
|
||||
- "10943:8080"
|
||||
- "${PORT:-10943}:8080"
|
||||
volumes:
|
||||
- "${DATA_PATH:?}:/data"
|
||||
- "${CONFIG_PATH:?}:/config"
|
||||
|
||||
Reference in New Issue
Block a user