diff options
Diffstat (limited to 'docker/authserver/README.md')
-rw-r--r-- | docker/authserver/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/authserver/README.md b/docker/authserver/README.md index 03091db060..0361e579f9 100644 --- a/docker/authserver/README.md +++ b/docker/authserver/README.md @@ -28,6 +28,7 @@ docker build -t azerothcore/authserver -f docker/authserver/Dockerfile docker/au ``` docker run --name ac-authserver \ + --mount type=bind,source="$(pwd)"/docker/authserver/bin/,target=/azeroth-server/bin \ --mount type=bind,source="$(pwd)"/docker/authserver/etc/,target=/azeroth-server/etc \ --mount type=bind,source="$(pwd)"/docker/authserver/logs/,target=/azeroth-server/logs \ -p 127.0.0.1:3724:3724 \ |