Minor updates to compose file #19

Merged
asohh merged 2 commits from docker-compose into main 2025-10-25 17:29:16 +02:00
Showing only changes of commit 1d38aea2ca - Show all commits

chore: Removes unused SELinux flag due to volume usage
All checks were successful
Build (and tag) Images / build (push) Successful in 48s
Build (and tag) Images / build (pull_request) Successful in 47s

Vincent Mahnke 2025-10-25 17:26:46 +02:00 committed by Vincent Mahnke

View file

@ -8,7 +8,7 @@ services:
MYSQL_USER: camera # ${{secrets.MYSQL_USER}}
MYSQL_PASSWORD: camerapassword # ${{secrets.MYSQL_PASSWORD}}
volumes:
- mariadb:/var/lib/mysql:Z
- mariadb:/var/lib/mysql
healthcheck:
test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "-uroot", "-prootpassword"]
interval: 10s