Pass hostname to start command

This commit is contained in:
Joey Hafner 2024-07-17 15:52:56 -07:00
parent 112d6bda90
commit a8a4671d9f
No known key found for this signature in database

View File

@ -14,7 +14,7 @@ services:
restart: "no"
depends_on:
- postgres
command: start
command: start --hostname=keycloak.jafner.net
env_file:
- path: ./keycloak.env
required: true