summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseney300 <Arseney300@gmail.com>2026-02-20 09:10:37 +0700
committerArseney300 <Arseney300@gmail.com>2026-02-20 09:10:37 +0700
commit495f0a728b22efa0cb8241be7dd383454488bcdc (patch)
tree61339ce93d40774be4666ca547548b38673ffa7c
parent9b713129516f485458eacbfd71e47497640c76ae (diff)
Fix ghost network name to prevent project name prefix
Without an explicit name, Compose creates ghost_ghost_network instead of ghost_network, breaking nginx reverse proxy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
-rw-r--r--ghost/compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghost/compose.yml b/ghost/compose.yml
index 10ca118..2dcc82f 100644
--- a/ghost/compose.yml
+++ b/ghost/compose.yml
@@ -103,3 +103,4 @@ services:
networks:
ghost_network:
+ name: ghost_network