This commit is contained in:
Hymmel 2026-02-10 13:19:27 +01:00
parent 674b3efc3a
commit 82b9cfe780

View file

@ -14,8 +14,6 @@ services:
build: ./web-client build: ./web-client
container_name: tictactoe-web container_name: tictactoe-web
restart: unless-stopped restart: unless-stopped
ports:
- "8080:8080"
environment: environment:
- GAME_SERVER_HOST=server - GAME_SERVER_HOST=server
- GAME_SERVER_PORT=1870 - GAME_SERVER_PORT=1870