From 9807874c4e85ee4fa833e6bc3c5d1f04ecb795cd Mon Sep 17 00:00:00 2001 From: Quentin W Date: Mon, 22 Jul 2024 10:22:25 -0400 Subject: [PATCH] aah --- docker-compose.yml | 1 + werc/sites/ppl.thirdculture.top/{guenf => geunf}/_werc/config | 0 .../ppl.thirdculture.top/{guenf => geunf}/_werc/pub/style.css | 0 3 files changed, 1 insertion(+) rename werc/sites/ppl.thirdculture.top/{guenf => geunf}/_werc/config (100%) rename werc/sites/ppl.thirdculture.top/{guenf => geunf}/_werc/pub/style.css (100%) diff --git a/docker-compose.yml b/docker-compose.yml index 8ed391a..5a97159 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - 8001:8001 volumes: - ./werc/sites/thirdculture.top/_files:/shared + - ./werc/sites/ppl.thirdculture.top:/shared/people volumes: werc: driver: local diff --git a/werc/sites/ppl.thirdculture.top/guenf/_werc/config b/werc/sites/ppl.thirdculture.top/geunf/_werc/config similarity index 100% rename from werc/sites/ppl.thirdculture.top/guenf/_werc/config rename to werc/sites/ppl.thirdculture.top/geunf/_werc/config diff --git a/werc/sites/ppl.thirdculture.top/guenf/_werc/pub/style.css b/werc/sites/ppl.thirdculture.top/geunf/_werc/pub/style.css similarity index 100% rename from werc/sites/ppl.thirdculture.top/guenf/_werc/pub/style.css rename to werc/sites/ppl.thirdculture.top/geunf/_werc/pub/style.css