mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 05:56:29 +00:00
chore(deploy): change webui port to 3090
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ services:
|
||||
backend:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "${CHECKIN_WEB_PORT:-8080}:80"
|
||||
- "${CHECKIN_WEB_PORT:-3090}:80"
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1/health >/dev/null"]
|
||||
|
||||
Reference in New Issue
Block a user