mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 10:09:03 -05:00
🐛 Fix incorrect mountpoint on docker compose
This commit is contained in:
parent
6e1ce62aad
commit
8d19c067e8
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ services:
|
|||
penpot-backend:
|
||||
image: "penpotapp/backend:latest"
|
||||
volumes:
|
||||
- penpot_assets:/opt/penpot/assets
|
||||
- penpot_assets:/opt/data/assets
|
||||
|
||||
depends_on:
|
||||
- penpot-postgres
|
||||
|
|
Loading…
Add table
Reference in a new issue