Add expiring panel auth sessions
This commit is contained in:
@@ -15,6 +15,9 @@ services:
|
||||
AUTO_START_3PROXY: "true"
|
||||
THREEPROXY_BINARY: "/usr/local/bin/3proxy"
|
||||
RUNTIME_DIR: "/app/runtime"
|
||||
PANEL_AUTH_LOGIN: "admin"
|
||||
PANEL_AUTH_PASSWORD: "proxy-ui-demo"
|
||||
PANEL_SESSION_TTL_HOURS: "24"
|
||||
volumes:
|
||||
- 3proxy-runtime:/app/runtime
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user