Skip to content

Commit

Permalink
fix : port
Browse files Browse the repository at this point in the history
  • Loading branch information
david-parkk committed May 8, 2024
1 parent afc056b commit cdb8c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ services:
redis:
image: redis
ports:
- 6379:6379
- "6379:6379"
springbootapp:
image: ji0513ji/game-server:latest
# build:
# context: .
# dockerfile: Dockerfile
ports:
- 8080:8080
- "8080:8080"
depends_on:
- redis

0 comments on commit cdb8c97

Please sign in to comment.