GithubHelp home page GithubHelp logo

Comments (3)

StephenSorriaux avatar StephenSorriaux commented on June 30, 2024

Hi,

Which version of Windows are you using? If you are using Docker on Windows in Linux container mode, it should be fine.

Concerning the maps, you have two ways to specify their location:

  1. Replace mangos_maps, mangos_vmaps, mangos_mmaps and mangos_dbc with their path on your host (for instance, the line - mangos_maps:/etc/mangos/maps becomes - c:/wow/mymaps/maps:/etc/mangos/maps)

  2. Update the volumes' configuration at the bottom of the docker-compose file,

volumes:
    db_data:
    mangos_maps:

becomes

volumes:
  db_data:
  mangos_maps:
    driver: local
    driver_opts:
      type: none
      o: bind
      device: c:/wow/mymaps/maps

from mangos-docker.

Pastew avatar Pastew commented on June 30, 2024

Great, thanks! I used first option:

mangos-docker\mangosone\docker-compose.yml

 volumes:
       - c:/mangos_maps/maps:/etc/mangos/maps
       - c:/mangos_maps/vmaps:/etc/mangos/vmaps
       - c:/mangos_maps/mmaps:/etc/mangos/mmaps
       - c:/mangos_maps/dbc:/etc/mangos/dbc

And it worked for me.
Now I have another problem, but it's not related to this issue, so I close it.
Thank you for your help!

I included this information in readme.md file, I created pull request, you can accept it if you want:
#15

My setup for reference:

Windows 10
Docker Desktop Community 20.0.0.3
Linux container mode.

from mangos-docker.

StephenSorriaux avatar StephenSorriaux commented on June 30, 2024

Thanks a lot for your contribution!

from mangos-docker.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.