Skip to content

Commit

Permalink
Merge pull request #5 from bas-kirill/bugfix/incorrect-docker-port
Browse files Browse the repository at this point in the history
🐛 redirect to correct docker port
  • Loading branch information
bas-kirill authored Sep 16, 2023
2 parents 7452a21 + fef0291 commit 8a4657d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ services:
- HTTP_SERVER_TLS_ENABLED=False
- FILE_SERVER_BASE_PATH=/Users/eertree_work/experiments/rest-api-file-server/test-data
ports:
- 8080:8080
- 8080:36000
networks:
- rest-api

0 comments on commit 8a4657d

Please sign in to comment.