mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 05:09:41 +02:00
fix docker mounts
This commit is contained in:
parent
17857c88df
commit
90c68d6077
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./public/uploads:/uploads
|
- ./uploads:/usr/src/app/uploads
|
||||||
- ./db:/usr/src/app/db
|
- ./db:/usr/src/app/db
|
||||||
- ./docs-config.yaml:/usr/src/app/docs-config.yaml
|
- ./docs-config.yaml:/usr/src/app/docs-config.yaml
|
||||||
- ./docs-config.local.yaml:/usr/src/app/docs-config.local.yaml
|
- ./docs-config.local.yaml:/usr/src/app/docs-config.local.yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue