mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-09 11:24:05 +01:00
Update docker-compose.yml
use a more recent postgresql image tag version
This commit is contained in:
parent
f26e38e03b
commit
87d38c98a7
@ -3,7 +3,7 @@ version: "3.4"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
image: docker.io/library/postgres:12-alpine
|
image: docker.io/library/postgres:15-alpine
|
||||||
container_name: authentik-psql
|
container_name: authentik-psql
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user