Skip to content

Commit 91d7dc8

Browse files
style(docker): move config file out of the config directory
Creates consistency between the docker-compose and docker setups
1 parent a4fab50 commit 91d7dc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/setup/server/installation/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ docker run \
2525
--name spacebar-server \
2626
--network spacebar-network \
2727
-e DATABASE=postgres://postgres:postgres@spacebar-db/postgres \
28-
-e CONFIG_PATH=config/config.json \
28+
-e CONFIG_PATH=config.json \
2929
-v ./data:/data \
3030
ghcr.io/{{ repositories.server }}
3131
```
@@ -38,7 +38,7 @@ docker run \
3838
--name spacebar-server \
3939
--network spacebar-network \
4040
-e DATABASE=postgres://postgres:postgres@spacebar-db/postgres \
41-
-e CONFIG_PATH=config/config.json \
41+
-e CONFIG_PATH=config.json \
4242
-v ./data:/data
4343
-p 3001:3001 \
4444
ghcr.io/{{ repositories.server }}

0 commit comments

Comments
 (0)