We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ab21d commit 400bae4Copy full SHA for 400bae4
docker-compose.yml
@@ -35,7 +35,7 @@ services:
35
galactus:
36
ports:
37
# See sample.env for details, but in general, match the GALACTUS_EXTERNAL_PORT w/ the GALACTUS_HOST's port
38
- - ${GALACTUS_EXTERNAL_PORT:-8123}:${GALACTUS_PORT}
+ - ${GALACTUS_EXTERNAL_PORT:-8123}:${BROKER_PORT}
39
image: automuteus/galactus:${GALACTUS_TAG:-0.0.3}
40
restart: always
41
environment:
0 commit comments