Skip to content

Commit f05d4f0

Browse files
authored
Update docker-compose-common-components.yaml (#982)
Use the correct syntax to check for the file existing Signed-off-by: C. Eric Mathey <[email protected]>
1 parent 4cc5a2a commit f05d4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-common-components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
command: maintenance
5656
restart: always
5757
healthcheck:
58-
test: [ "CMD-SHELL", "-f /code/rconweb/maintenance-container-healthy ]" ]
58+
test: [ "CMD-SHELL", "test -f /code/rconweb/maintenance-container-healthy" ]
5959
start_period: 30s
6060
interval: 15s
6161
timeout: 30s

0 commit comments

Comments
 (0)