We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff1b7b commit 46110c8Copy full SHA for 46110c8
docker-compose.yml
@@ -6,7 +6,7 @@ services:
6
database:
7
# Don't upgrade PostgreSQL by simply changing the version number
8
# You need to migrate the Database to the new PostgreSQL version
9
- image: postgres:17.7-alpine
+ image: postgres:18.1-alpine
10
#mem_limit: 256mb # version 2 only
11
#memswap_limit: 512mb # version 2 only
12
#read_only: true # not supported in swarm mode please enable along with tmpfs
0 commit comments