mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
bind uploads folder to local harddrive
This commit is contained in:
parent
d044143aa1
commit
a64ed1b2bf
@ -44,6 +44,11 @@ services:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- 8055:8055
|
||||
volumes:
|
||||
- ./data/uploads:/directus/uploads
|
||||
# This is not compatible with the current setup with directus-sync as this
|
||||
# extension is installed before the volume bind onto the docker container
|
||||
# - ./data/extensions:/directus/extensions
|
||||
environment:
|
||||
PUBLIC_URL: 'http://localhost'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user