Pass hostname to start command
This commit is contained in:
parent
112d6bda90
commit
a8a4671d9f
@ -14,7 +14,7 @@ services:
|
|||||||
restart: "no"
|
restart: "no"
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
command: start
|
command: start --hostname=keycloak.jafner.net
|
||||||
env_file:
|
env_file:
|
||||||
- path: ./keycloak.env
|
- path: ./keycloak.env
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user