mirror of
https://github.com/goauthentik/authentik.git
synced 2026-08-30 18:51:39 -07:00
root: fix docker compose pg volume path for compatibility with pg18 (#23883)
fix docker-compose postgresql volume path for compatibility with pg18
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
container_name: postgres
|
||||
image: docker.io/library/postgres:18
|
||||
volumes:
|
||||
- db-data:/var/lib/postgresql/data
|
||||
- db-data:/var/lib/postgresql
|
||||
environment:
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
POSTGRES_DB: authentik
|
||||
|
||||
Reference in New Issue
Block a user