docker compose command must be a list (#93)
This commit is contained in:
parent
bce7ed0164
commit
4cb8216c49
@ -21,7 +21,9 @@ services:
|
||||
- 8080:8080
|
||||
restart: on-failure
|
||||
command:
|
||||
- start-dev --import-realm --http-relative-path=/auth
|
||||
- start-dev
|
||||
- --import-realm
|
||||
- --http-relative-path=/auth
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/auth"]
|
||||
interval: 30s
|
||||
|
||||
Loading…
Reference in New Issue
Block a user