Skip to content

Commit

Permalink
fix: add SYS_NICE to allow set process high prio
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Nov 6, 2022
1 parent b329b6d commit facf6d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ services:
<<: *ac-shared-conf
stdin_open: true
tty: true
cap_add:
- SYS_NICE # CAP_SYS_NICE
image: acore/ac-wotlk-worldserver:${DOCKER_IMAGE_TAG:-master}
restart: unless-stopped
privileged: true
Expand Down Expand Up @@ -169,6 +171,8 @@ services:
<<: *ac-shared-conf
image: acore/ac-wotlk-tools:${DOCKER_IMAGE_TAG:-master}
working_dir: /azerothcore/env/client/
cap_add:
- SYS_NICE # CAP_SYS_NICE
volumes:
- ${DOCKER_CLIENT_DATA_FOLDER:-./var/client}:/azerothcore/env/client/Data
- ${DOCKER_VOL_TOOLS_DBC:-ac-client-data-dbc}:/azerothcore/env/client/dbc
Expand Down

0 comments on commit facf6d9

Please sign in to comment.