fix container name
This commit is contained in:
parent
c19a3ba5d0
commit
0004baf75d
@ -125,7 +125,7 @@ services:
|
|||||||
|
|
||||||
db_pg17:
|
db_pg17:
|
||||||
image: docker.io/library/postgres:17
|
image: docker.io/library/postgres:17
|
||||||
container_name: authentik_db
|
container_name: authentik_db_pg17
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD-SHELL", "pg_isready -d `cat $$POSTGRES_DB_FILE` -U `cat $$POSTGRES_USER_FILE`" ]
|
test: [ "CMD-SHELL", "pg_isready -d `cat $$POSTGRES_DB_FILE` -U `cat $$POSTGRES_USER_FILE`" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user