Skip to content

Commit

Permalink
Auf MySQL geändert
Browse files Browse the repository at this point in the history
  • Loading branch information
epam-vkerkhoff committed May 9, 2024
1 parent f037b78 commit 7ed9a94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:

matomo_db:
container_name: matomo_db
image: mariadb
image: mysql:8.4
command: --max-allowed-packet=64MB
networks:
- matomo
Expand All @@ -45,15 +45,15 @@ services:
- MYSQL_DATABASE=matomo
- MYSQL_PASSWORD=${MATOMO_DATABASE_PASSWORD}
volumes:
- matomo_mariadb:/var/lib/mysql:z
- matomo_mysql:/var/lib/mysql:rw
restart: unless-stopped
deploy:
placement:
constraints:
- node.role == worker

volumes:
matomo_mariadb:
matomo_mysql:
external: true
matomo_data:
external: true
Expand Down

0 comments on commit 7ed9a94

Please sign in to comment.