Skip to content

Commit

Permalink
Let publish port of read-only-web service be set by env var
Browse files Browse the repository at this point in the history
  • Loading branch information
candleindark committed Nov 8, 2023
1 parent 3ba4b27 commit 6f3ea34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.read-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
read-only-db:
condition: service_healthy
ports:
- "5000:5000"
- "${READ_ONLY_WEB_PUBLISH_PORT}:5000"
environment:
FLASK_APP: "datalad_registry:create_app"

Expand Down

0 comments on commit 6f3ea34

Please sign in to comment.