Skip to content

Commit

Permalink
feat: docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
marverix committed Jul 1, 2023
1 parent 2a62c8f commit 5dc3db8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ services:
restart: unless-stopped

mariadb:
image: mariadb:10.7.3
image: mariadb:10.9.7
container_name: mariadb
volumes:
- mariadb_data:/var/lib/mysql
networks:
- myblog_network
environment:
- "MARIADB_AUTO_UPGRADE=1"
- "MARIADB_DATABASE=${MYBLOG}_db"
- "MARIADB_USER=${MYBLOG}_user"
- "MARIADB_PASSWORD_FILE=/run/secrets/MYBLOG_DB_PASSWORD"
Expand Down

0 comments on commit 5dc3db8

Please sign in to comment.