mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-14 21:03:46 +02:00
docker compose command must be a list (#93)
This commit is contained in:
parent
bce7ed0164
commit
4cb8216c49
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue