docker compose command must be a list (#93)

This commit is contained in:
Aaron Burchfield 2023-12-19 04:19:45 -08:00 committed by GitHub
parent bce7ed0164
commit 4cb8216c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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