env.PORT
DweebUI port can be changed from compose file.
This commit is contained in:
parent
b1d9ff38b4
commit
fe5359ccf4
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
services:
|
||||
dweebui:
|
||||
container_name: DweebUI
|
||||
image: lllllllillllllillll/dweebui:v0.06
|
||||
image: lllllllillllllillll/dweebui:v0.07-dev
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
PORT: 8000
|
||||
REDIS_PASS: replace_with_password_for_redis
|
||||
# Proxy_Manager: enabled
|
||||
restart: unless-stopped
|
||||
|
@ -28,4 +28,4 @@ services:
|
|||
volumes:
|
||||
dweebui:
|
||||
cache:
|
||||
caddyfiles:
|
||||
caddyfiles:
|
Loading…
Add table
Reference in a new issue