[DiscordArchive] I suppose I need to toss the docker volumes again?
[DiscordArchive] I suppose I need to toss the docker volumes again?
Archived author: Mynder • Posted: 2021-04-25T03:39:18.342000+00:00
Original source
I suppose I need to toss the docker volumes again?
Archived author: locus313 • Posted: 2021-04-25T03:53:33.445000+00:00
Original source
i wonder if the authserver and worldserver containers need to be rebuilt as well...
Archived author: Mynder • Posted: 2021-04-25T03:54:54.060000+00:00
Original source
I'll....deal with that once I see how the current iteration goes
Archived author: locus313 • Posted: 2021-04-25T03:55:41.999000+00:00
Original source
ok
Archived author: locus313 • Posted: 2021-04-25T03:56:06.001000+00:00
Original source
i think running this would rebuild all of them at once `docker-compose --profile all build`
Archived author: Mynder • Posted: 2021-04-25T03:56:44.014000+00:00
Original source
So, the current iteration boils down to
1. create a new group (or a new user with a new group) where the group ID is >=1000 (check that the id you want to use is unused)
2. create a .env file in the main dir with
USER_ID=<my user id>
GROUP_ID=<my group id>
DOCKER_USER_ID=<my user id>
DOCKER_GROUP_ID=<my group id>
3. docker-compose down
4. docker volume rm all the azerothcore volumes
5. sudo chown -R <myuser>:<the above group> . in main dir
6. docker-compose build ac-dev-server
7. ./acore.sh docker build
8. ./acore.sh docker start:app
Archived author: Mynder • Posted: 2021-04-25T03:56:48.546000+00:00
Original source
currently still at step 7
Archived author: locus313 • Posted: 2021-04-25T03:57:07.195000+00:00
Original source
you can ofc just run `docker-compose build ac-worldserver` and `docker-compose build ac-authserver`
Archived author: Mynder • Posted: 2021-04-25T03:57:08.588000+00:00
Original source
done. start:app....argh, same issue as before.
Archived author: Mynder • Posted: 2021-04-25T03:57:20.511000+00:00
Original source
worldserver tries to connect to 127.0.0.1