docker compose command must be a list

This commit is contained in:
Aaron Burchfield 2023-12-18 21:23:40 -08:00
parent f72613c2ba
commit c5be1f45a6

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