fix pnpm mount

This commit is contained in:
Jannik Streek 2024-02-16 11:40:45 +01:00
parent 247cb45ce8
commit 6c524e04c8

View file

@ -17,7 +17,7 @@ services:
volumes: volumes:
- ./src:/opt/etherpad-lite/src - ./src:/opt/etherpad-lite/src
- node_modules:/opt/etherpad-lite/src/node_modules - node_modules:/opt/etherpad-lite/src/node_modules
- pnpm-store:/opt/etherpad-lite/src/.pnpm-store - pnpm-store:/home/etherpad/.local/share/pnpm/store/v3
depends_on: depends_on:
- postgres - postgres
environment: environment: