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

[Etherpad] Fix Compose volume name

parent a68fbb4f
No related branches found
No related tags found
No related merge requests found
version : "2.4"
volumes:
etherpad-db-volume:
etherpad-db:
external: true
name: "etherpad-db"
networks:
docker_default:
......@@ -48,7 +47,7 @@ services:
cpus: "0.40"
pids_limit: 1024
volumes:
- etherpad-db-volume:/var/lib/mysql
- etherpad-db:/var/lib/mysql
env_file: ./secrets/etherpad-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