feat: nats volumes need to be arrays

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-21 02:08:57 +01:00
parent 54e07bdf94
commit dfa6cd81ec

View File

@@ -114,7 +114,7 @@ services:
- 6222:6222
- 8222:8222
volumes:
./data/nats/data:/data
- ./data/nats/data:/data
healthcheck:
test: wget http://localhost:8222/healthz -q -S -O -
start_period: 3s