We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5078603 commit 0641006Copy full SHA for 0641006
1 file changed
docker-compose.yml
@@ -29,7 +29,7 @@ services:
29
image: deiz0n/stud-fit-api
30
command: [ "/app/wait-for-it.sh", "-t", "10", "stud-fit-db:5432", "--", "java", "-jar", "target/studfit-0.0.1-SNAPSHOT.jar" ]
31
ports:
32
- - "8080:8080"
+ - "80:8080"
33
environment:
34
HOST: stud-fit-db
35
REDIS_HOST: stud-fit-cache
0 commit comments