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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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