Closed jonnypage-d3 closed 5 years ago
I am experiencing the same issue with Ubuntu 18.10, Docker 18.06.1-ce, and oznu/unms:latest.
Starting postgres...
postgres: could not access directory "/config/postgres": Permission denied
/var/run/postgresql:5432 - no response
Waiting for postgres to come up...
The above message is in an infinite loop. I tried changing the ownership of the /config directory from the host to 1000:1000 (the "unms" user/group ID) but as soon as the container starts, the ownership of the /config directory is changed to 911:911 (the "abc" user/group ID).
I am experiencing the same issue with Ubuntu 18.10, Docker 18.06.1-ce, and oznu/unms:latest.
Starting postgres... postgres: could not access directory "/config/postgres": Permission denied /var/run/postgresql:5432 - no response Waiting for postgres to come up...
The above message is in an infinite loop. I tried changing the ownership of the /config directory from the host to 1000:1000 (the "unms" user/group ID) but as soon as the container starts, the ownership of the /config directory is changed to 911:911 (the "abc" user/group ID).
Did you encounter a fix for this? I have the same issue on Debian Stretch
If I remember correctly, I believe I had to perform a fresh reinstall with new directory/volume mappings, which "fixed" the problem. I exported the UNMS settings before and then reimported them after.
Created the container, set the config dir to an empty dir, and on startup I get
files do get created.
On Docker for windows 2.0.0.0-win81 on Server 2016 w/ kitematic