mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-27 22:46:37 +00:00
docker compose command must be a list (#93)
This commit is contained in:
@@ -21,7 +21,9 @@ services:
|
|||||||
- 8080:8080
|
- 8080:8080
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
command:
|
command:
|
||||||
- start-dev --import-realm --http-relative-path=/auth
|
- start-dev
|
||||||
|
- --import-realm
|
||||||
|
- --http-relative-path=/auth
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8080/auth"]
|
test: ["CMD", "curl", "-f", "http://localhost:8080/auth"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
Reference in New Issue
Block a user