You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm getting the following error on docker-compose up:
db_1 | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/postgis.sh
db_1 | /usr/local/bin/docker-entrypoint.sh: /docker-entrypoint-initdb.d/postgis.sh: /bin/sh^M: bad interpreter: No such file or directory
osmgwc_db_1 exited with code 126
I've copied initdb-postgis.sh to /docker/db/script/ directory with name postgis.sh.
Then, changed dockerfile's last line to [COPY ./script /docker-entrypoint-initdb.d]
Do you have any plans to add geoserver docker image to the docker-compose? And maybe a sample html page image for the visual testing.
Thank you so much for the great work. Best Regards
The text was updated successfully, but these errors were encountered:
Hi, I'm getting the following error on docker-compose up:
db_1 | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/postgis.sh
db_1 | /usr/local/bin/docker-entrypoint.sh: /docker-entrypoint-initdb.d/postgis.sh: /bin/sh^M: bad interpreter: No such file or directory
osmgwc_db_1 exited with code 126
I've copied initdb-postgis.sh to /docker/db/script/ directory with name postgis.sh.
Then, changed dockerfile's last line to
[COPY ./script /docker-entrypoint-initdb.d]
Do you have any plans to add geoserver docker image to the docker-compose? And maybe a sample html page image for the visual testing.
Thank you so much for the great work. Best Regards
The text was updated successfully, but these errors were encountered: