Switch to Quadlet and add agent instructions
This commit is contained in:
@@ -336,7 +336,8 @@ services:
|
||||
source: /code/vrun
|
||||
target: /var/run
|
||||
healthcheck:
|
||||
test: "CMD-SHELL redis-cli -s /var/run/gia-redis.sock ping"
|
||||
test:
|
||||
["CMD", "redis-cli", "-s", "/var/run/gia-redis.sock", "ping"]
|
||||
interval: 2s
|
||||
timeout: 2s
|
||||
retries: 15
|
||||
|
||||
Reference in New Issue
Block a user