mirror of
https://github.com/directus/directus.git
synced 2026-01-23 17:58:23 -05:00
Fix tabs
This commit is contained in:
@@ -72,14 +72,14 @@ services:
|
||||
ports:
|
||||
- 8055:8055
|
||||
volumes:
|
||||
# By default, Directus images writes uploads to /directus/uploads
|
||||
# Always make sure your volumes matches the storage root when using
|
||||
# local driver
|
||||
- ./uploads:/directus/uploads
|
||||
# Make sure to also mount the volume When using SQLite
|
||||
# - ./database:/directus/database
|
||||
# If you want to load extensions from the host
|
||||
# - ./extensions:/directus/extensions
|
||||
# By default, Directus images writes uploads to /directus/uploads
|
||||
# Always make sure your volumes matches the storage root when using
|
||||
# local driver
|
||||
- ./uploads:/directus/uploads
|
||||
# Make sure to also mount the volume When using SQLite
|
||||
# - ./database:/directus/database
|
||||
# If you want to load extensions from the host
|
||||
# - ./extensions:/directus/extensions
|
||||
networks:
|
||||
- directus
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user