0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-15 03:28:25 -05:00

🐛 Fix incorrect mountpoint on docker compose

This commit is contained in:
Andrey Antukh 2023-02-10 13:23:22 +01:00
parent 6e1ce62aad
commit 8d19c067e8

View file

@ -97,7 +97,7 @@ services:
penpot-backend: penpot-backend:
image: "penpotapp/backend:latest" image: "penpotapp/backend:latest"
volumes: volumes:
- penpot_assets:/opt/penpot/assets - penpot_assets:/opt/data/assets
depends_on: depends_on:
- penpot-postgres - penpot-postgres