Skip to content

Commit

Permalink
docker compose correct port
Browse files Browse the repository at this point in the history
  • Loading branch information
scolleyHuang committed Apr 20, 2024
1 parent 261f3ad commit a3e9b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LegendsOfTheThreeKingdoms/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ services:
context: ../..
target: development
ports:
- 443:8080
- 8080:8080
volumes:
- ./:/app

0 comments on commit a3e9b4e

Please sign in to comment.