chore(compose): unify naming scheme
This commit is contained in:
parent
3f6a2ea7c4
commit
20fd8c66fe
|
|
@ -61,10 +61,10 @@ services:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
# Persistent storage for uploads
|
# Persistent storage for uploads
|
||||||
- readur_uploads:/app/uploads
|
- ./readur_uploads:/app/uploads
|
||||||
|
|
||||||
# Watch folder - can be mapped to a host directory
|
# Watch folder - can be mapped to a host directory
|
||||||
- ./watch:/app/watch
|
- ./readur_watch:/app/watch
|
||||||
|
|
||||||
# Or use a named volume for watch folder
|
# Or use a named volume for watch folder
|
||||||
# - readur_watch:/app/watch
|
# - readur_watch:/app/watch
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue