Skip to content

Commit

Permalink
Move server datadir to /srv/mariadb/
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Dec 2, 2024
1 parent 6db3b51 commit 05c7c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
healthcheck:
test: ['CMD', "healthcheck.sh", "--connect", "--innodb_initialized"]
volumes:
- ./mariadb:/var/lib/mysql:rw
- /srv/mariadb:/var/lib/mysql:rw
- ./mariadb-config/dev/mariadb.cnf:/etc/mysql/conf.d/mariadb.cnf:ro
logging:
driver: journald
Expand Down

0 comments on commit 05c7c5f

Please sign in to comment.