From 9ed2a54ffc72c5f097e5f4689b13e0901891fe8c Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 12 Dec 2024 17:49:39 -0500 Subject: [PATCH] Set comments, add `/public` for Docker Compose file --- docker-compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index b0d612d..86693cd 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: