azerothcore / acore-docker

docker-compose example to run an azerothcore platform
https://www.azerothcore.org/acore-docker/
GNU Affero General Public License v3.0
212 stars 82 forks source link

acore-docker-ac-eluna-ts-dev-1 keep restarting #26

Closed Roftlee closed 1 year ago

Roftlee commented 1 year ago

image

vivisidea commented 1 year ago

got the same issue, any updates?

acore-docker-ac-eluna-ts-dev-1  | touch: index.ts: Permission denied
acore-docker-ac-eluna-ts-dev-1  | touch: index.ts: Permission denied
acore-docker-ac-eluna-ts-dev-1  | touch: index.ts: Permission denied
acore-docker-ac-eluna-ts-dev-1  | touch: index.ts: Permission denied
acore-docker-ac-eluna-ts-dev-1  | touch: index.ts: Permission denied
acore-docker-ac-eluna-ts-dev-1  | touch: index.ts: Permission denied
acore-docker-ac-eluna-ts-dev-1  | touch: index.ts: Permission denied
acore-docker-ac-eluna-ts-dev-1  | touch: index.ts: Permission denied
acore-docker-ac-eluna-ts-dev-1  | touch: index.ts: Permission denied
acore-docker-ac-eluna-ts-dev-1  | touch: index.ts: Permission denied
acore-docker-ac-eluna-ts-dev-1  | touch: index.ts: Permission denied
acore-docker-ac-eluna-ts-dev-1  | touch: index.ts: Permission denied
acore-docker-ac-eluna-ts-dev-1  | touch: index.ts: Permission denied
acore-docker-ac-eluna-ts-dev-1  | touch: index.ts: Permission denied

update:

https://github.com/azerothcore/acore-docker/issues/23#issuecomment-1566328710 solution seems to work

the health check script for service ac-eluna-ts-dev contains dir that does not exist, I think it should be

    healthcheck:
      test: sh -c "cd /eluna-ts && npm run build:lib && npm run build"