Changed port

This commit is contained in:
2026-04-11 22:30:15 +02:00
parent 39cd2db140
commit a9955cbd6e

View File

@@ -2,7 +2,7 @@ services:
face-lock: face-lock:
build: . build: .
ports: ports:
- "8000:8000" - "8100:8000"
env_file: env_file:
- .env - .env
restart: unless-stopped restart: unless-stopped