acore-docker
acore-docker copied to clipboard
Scripts not loading
Hey, I'm able to start, run and connect to the server, but now I want to customize it and I've added to
scripts/typescript/index.ts the content from scripts/typescript/examples/example.ts
i've also attached to the container with
docker attach acore-docker-ac-worldserver-1 and run reload eluna
but nothing happens
I've also restarted the containers with docker-compose down and up again
Can you try adding this section to docker-compose.override.yaml:
services:
ac-worldserver:
environment:
AC_ELUNA_SCRIPT_PATH: "/azerothcore/env/dist/bin/lua_scripts/scripts"
cool ty! that worked, but i had to put into docker-compose.yml
Can you try adding this section to
docker-compose.override.yaml:services: ac-worldserver: environment: AC_ELUNA_SCRIPT_PATH: "/azerothcore/env/dist/bin/lua_scripts/scripts"
thanks for the suggestion
if this is missing, please add it in the acore-docker repository and/or in the README.md (then close this issue)