feat: nats volumes need to be arrays
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -114,7 +114,7 @@ services:
|
|||||||
- 6222:6222
|
- 6222:6222
|
||||||
- 8222:8222
|
- 8222:8222
|
||||||
volumes:
|
volumes:
|
||||||
./data/nats/data:/data
|
- ./data/nats/data:/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: wget http://localhost:8222/healthz -q -S -O -
|
test: wget http://localhost:8222/healthz -q -S -O -
|
||||||
start_period: 3s
|
start_period: 3s
|
||||||
|
|||||||
Reference in New Issue
Block a user