Skip to content
Snippets Groups Projects
Unverified Commit 4cb8216c authored by Aaron Burchfield's avatar Aaron Burchfield Committed by GitHub
Browse files

docker compose command must be a list (#93)

parent bce7ed01
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment