diff options
| author | Arseney300 <Arseney300@gmail.com> | 2026-02-20 09:10:37 +0700 |
|---|---|---|
| committer | Arseney300 <Arseney300@gmail.com> | 2026-02-20 09:10:37 +0700 |
| commit | 495f0a728b22efa0cb8241be7dd383454488bcdc (patch) | |
| tree | 61339ce93d40774be4666ca547548b38673ffa7c /ghost | |
| parent | 9b713129516f485458eacbfd71e47497640c76ae (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>
Diffstat (limited to 'ghost')
| -rw-r--r-- | ghost/compose.yml | 1 |
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 |
