diff options
| -rw-r--r-- | doc/setup-guide.md | 1 | ||||
| -rw-r--r-- | ghost/compose.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/setup-guide.md b/doc/setup-guide.md index 26f09b7..40cff8d 100644 --- a/doc/setup-guide.md +++ b/doc/setup-guide.md @@ -153,6 +153,7 @@ docker compose --profile activitypub up -d ```bash mkdir -p /var/jenkins_home +chown -R 1000:1000 /var/jenkins_home # jenkins user inside container runs as UID 1000 ``` ### 6.2 Build and start 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 |
