Update docker-compose.yaml

This commit is contained in:
2026-08-04 10:44:09 +02:00
parent 9d27fdd8f0
commit e00d25d865
+1 -1
View File
@@ -4,7 +4,7 @@ services:
container_name: musix
depends_on:
- redis
image: musix:0.0.1s
image: musix:0.0.1
build: /home/zoli/musix/musix/
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8080/health/ping"]