mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 04:21:14 +00: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:
|
||||
|
||||
postgresql:
|
||||
image: docker.io/library/postgres:12-alpine
|
||||
image: docker.io/library/postgres:15-alpine
|
||||
container_name: authentik-psql
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
|
|
Loading…
Reference in New Issue
Block a user