Skip to content

Commit ab42676

Browse files
authored
Merge pull request #114 from CyberL1/fix/add-db-volume
2 parents e747eb2 + 84b4d2b commit ab42676

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/setup/server/docker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ docker run \
1414
--name spacebar-db \
1515
--network spacebar-network \
1616
-e POSTGRES_PASSWORD=postgres \
17+
-v spacebar-db:/var/lib/postgresql \
1718
postgres:alpine
1819
```
1920

0 commit comments

Comments
 (0)