File tree Expand file tree Collapse file tree
atlassian-jira-confluence Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ services:
9999 # - traefik.http.routers.jira.middlewares=limit-jira
100100
101101 postgresql :
102- image : docker.io/library/postgres:16 -alpine
102+ image : docker.io/library/postgres:18 -alpine
103103 container_name : jira-psql
104104 restart : unless-stopped
105105 healthcheck :
Original file line number Diff line number Diff line change 11services :
22
33 postgresql :
4- image : docker.io/library/postgres:16 -alpine
4+ image : docker.io/library/postgres:18 -alpine
55 container_name : authentik-psql
66 restart : unless-stopped
77 healthcheck :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
2929 # - traefik.http.routers.ctf.middlewares=authentik@docker
3030
3131 db :
32- image : docker.io/library/postgres:16 -alpine
32+ image : docker.io/library/postgres:18 -alpine
3333 container_name : gzctf-db
3434 restart : always
3535 environment :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ services:
2828 # - traefik.http.routers.linkwarden.middlewares=local-ipwhitelist@file
2929
3030 postgres :
31- image : docker.io/library/postgres:16 -alpine
31+ image : docker.io/library/postgres:18 -alpine
3232 container_name : linkwarden-psql
3333 restart : unless-stopped
3434 healthcheck :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 # - proxy
1111
1212 db :
13- image : docker.io/library/postgres:16 -alpine
13+ image : docker.io/library/postgres:18 -alpine
1414 container_name : paperless-ngx-db
1515 restart : unless-stopped
1616 volumes :
You can’t perform that action at this time.
0 commit comments