Skip to content
Snippets Groups Projects
Verified Commit 15791596 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Etherpad] Fix volume name for week instance for match old name

parent a644328a
No related branches found
No related tags found
No related merge requests found
Pipeline #61735 waiting for manual action
......@@ -3,8 +3,8 @@ version : "2.4"
volumes:
etherpad-db:
name: etherpad-db
etherpad-week-db:
name: etherpad-week-db
weekpad-db:
name: weekpad-db
networks:
standard:
......@@ -100,7 +100,7 @@ services:
cpus: "0.40"
pids_limit: 1024
volumes:
- etherpad-week-db:/var/lib/mysql
- weekpad-db:/var/lib/mysql
env_file: ./secrets/etherpad-week-db.secrets
restart: unless-stopped
# See https://stackoverflow.com/questions/41134785/how-to-solve-mysql-warning-innodb-page-cleaner-1000ms-intended-loop-took-xxx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment