Skip to content

Commit fa77c79

Browse files
committed
update postgres instructions
1 parent 4ae1797 commit fa77c79

5 files changed

Lines changed: 5 additions & 7 deletions

File tree

docs/server-docs/setup/docker-compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
ports:
3333
- 8080:8080/tcp
3434
db:
35-
image: postgres:16
35+
image: postgres:17
3636
restart: unless-stopped
3737
environment:
3838
POSTGRES_USER: gamevault

docs/server-docs/setup/synology-container-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ services:
5454
ports:
5555
- 8080:8080/tcp
5656
db:
57-
image: postgres:16
57+
image: postgres:17
5858
restart: unless-stopped
5959
environment:
6060
POSTGRES_USER: gamevault

docs/server-docs/setup/truenas-scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
ports:
4141
- 8080:8080/tcp
4242
db:
43-
image: postgres:16
43+
image: postgres:17
4444
restart: unless-stopped
4545
environment:
4646
POSTGRES_USER: gamevault
@@ -130,7 +130,7 @@ services:
130130
ports:
131131
- 8080:8080/tcp
132132
db:
133-
image: postgres:16
133+
image: postgres:17
134134
restart: unless-stopped
135135
environment:
136136
POSTGRES_USER: gamevault

docs/server-docs/setup/unraid.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ You can easily set up a GameVault Server by using one of our templates from the
1414

1515
## Step 1: Setting up the Database
1616

17-
Log into your Unraid dashboard and navigate to your apps section of the dashboard and search for the offical `postgresql15` Community Application by `postgres`
18-
19-
![Step 1](/img/docs/setup/unraid/unraid1.png)
17+
Log into your Unraid dashboard and navigate to your apps section of the dashboard and search for the offical `postgresql17` Community Application.
2018

2119
## Step 2: Install POSTGRES
2220

-73.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)