compose update

This commit is contained in:
unknown
2025-12-08 21:47:26 +09:00
parent f343f405f7
commit 4751fedbaa

View File

@@ -5,7 +5,7 @@ services:
build: . build: .
container_name: vconnect-api container_name: vconnect-api
ports: ports:
- "8000:8000" - "9100:9100"
env_file: env_file:
- .env - .env
restart: unless-stopped restart: unless-stopped