- Notifications
You must be signed in to change notification settings - Fork1.2k
Open
Description
Hi all, this has just started happening and I have no idea where to start to resolve it as I have been running the same image on 3 containers (different stacks) for over a year.
The image I've been using is postgres:14
However recently I've been getting this
postgres-lube |postgres-lube | PostgreSQL Database directory appears to contain a database; Skipping initializationpostgres-lube |postgres-lube | /usr/local/bin/docker-entrypoint.sh: line 351: exec: postgres: not foundpostgres-lube exited with code 127
Compose YML
postgres:container_name:postgres-lubeimage:postgres:14restart:unless-stoppednetworks: -lubeloggerenvironment:POSTGRES_USER:"l****"POSTGRES_PASSWORD:"l*****"POSTGRES_DB:"lubelogger"volumes: -/home/docker/lubelogger/pgdata/data:/var/lib/postgresql/data -/etc/localtime:/etc/localtime:ro
This has been plaguing me for a number of days now.
Metadata
Metadata
Assignees
Labels
No labels