mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-02-19 01:55:48 -05:00
fix: upload volume path
This commit is contained in:
parent
603f3db3e3
commit
7522221ee1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
volumes:
|
volumes:
|
||||||
- "./uploads:/usr/src/app/uploads"
|
- "./uploads:/opt/app/uploads"
|
||||||
frontend:
|
frontend:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Add table
Reference in a new issue