Open sebyx07 opened 6 months ago
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)
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 fromscripts/typescript/examples/example.ts
i've also attached to the container with
docker attach acore-docker-ac-worldserver-1
and runreload eluna
but nothing happens
I've also restarted the containers with
docker-compose down
and up again