Skip to content

Commit

Permalink
Don't reference exposed port in gcs emulator options
Browse files Browse the repository at this point in the history
  • Loading branch information
relud authored Jul 24, 2024
1 parent 789d4bf commit 5205de5
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 @@ -159,8 +159,8 @@ services:
command: >-
-port 8001
-scheme http
-external-url http://gcs-emulator:"${EXPOSE_GCS_EMULATOR_PORT:-8001}"
-public-host gcs-emulator:"${EXPOSE_GCS_EMULATOR_PORT:-8001}"
-external-url http://gcs-emulator:8001
-public-host gcs-emulator:8001
ports:
- "${EXPOSE_GCS_EMULATOR_PORT:-8001}:8001"
healthcheck:
Expand Down

0 comments on commit 5205de5

Please sign in to comment.