Skip to content

Commit 0641006

Browse files
committed
fix: update docker-compose to map port 80 to 8080 for 'stud-fit-api'
1 parent 5078603 commit 0641006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
image: deiz0n/stud-fit-api
3030
command: [ "/app/wait-for-it.sh", "-t", "10", "stud-fit-db:5432", "--", "java", "-jar", "target/studfit-0.0.1-SNAPSHOT.jar" ]
3131
ports:
32-
- "8080:8080"
32+
- "80:8080"
3333
environment:
3434
HOST: stud-fit-db
3535
REDIS_HOST: stud-fit-cache

0 commit comments

Comments
 (0)