Set comments, add /public
for Docker Compose file
This commit is contained in:
parent
a8f2008a1d
commit
9ed2a54ffc
1 changed files with 6 additions and 0 deletions
|
@ -3,9 +3,15 @@ services:
|
|||
image: oci.registry.sudovanilla.org/butterflyvu:latest
|
||||
restart: always
|
||||
volumes:
|
||||
# Configuration
|
||||
- ./config.json:/app/config.json
|
||||
# Homepage
|
||||
- ./docs/home.mdx:/app/src/content/home.mdx
|
||||
# Your Documentations
|
||||
- ./docs/:/app/src/content/docs/
|
||||
# Use this add images locally and update your favicon
|
||||
- ./public/:/app/public/
|
||||
# Generated, do not touch
|
||||
- ./dists/:/app/dist/
|
||||
|
||||
nginx:
|
||||
|
|
Loading…
Reference in a new issue