fix(Docker): fix Priority class denied (#3295)

This commit is contained in:
Patrick Lewis
2020-09-02 03:33:54 -07:00
committed by GitHub
parent 41abcfbee3
commit d0958c7636

View File

@@ -24,6 +24,7 @@ services:
tty: true
image: azerothcore/worldserver
restart: unless-stopped
privileged: true
build:
context: ./docker/worldserver
dockerfile: Dockerfile