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 c938170 commit 891390eCopy full SHA for 891390e
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:16.4-alpine
+ image: postgres:16.7-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