Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

overlays not working? #23

Closed
arnonuem opened this issue Dec 20, 2017 · 3 comments
Closed

overlays not working? #23

arnonuem opened this issue Dec 20, 2017 · 3 comments

Comments

@arnonuem
Copy link

I am using docker-compose to combine docker-geoserver with some other containers.
In my docker-compose.yml i am pointing at my Dockerfile which basically just contains a
FROM kartoza/docker-geoserver. Next to the Dockerfile i created a folder structure like: resources/overlays/opt/geoserver/data_dir/workspaces/and_so_forth. When using docker-compose build i expected to see that folders and files mirrored in my mapped data_dir volume. But nothing happens. When i exec /bin/bash into the geoserver container no extra folders can be found below /opt/geoserver/data_dir.
Do you have any suggestions why this fails?

The relevant part of my docker-compose.yml file looks like this:

  my-geoserver:
    build: my-geoserver/
    ports:
      - "8080:8080"
    volumes:
      - ./my-geoserver/data_dir:/opt/geoserver/data_dir
    links:
      - my-postgis
    restart: always
@timlinux
Copy link
Contributor

timlinux commented Feb 8, 2018

Can you confirm this is not the same issue as #2 ?

@arnonuem
Copy link
Author

Yes could be the same.

@NyakudyaA
Copy link
Collaborator

This has been resolved in the #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants