Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README_DOCKER.md #483

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README_DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ mkdir -p /opt/pvpgn/etc /opt/pvpgn/var
# copy configuration files and base assets from an image, all base configuration files in any image are the same
# and btw yes, this command is not a mistake, please read ENTRYPOINT and CMD in Dockerfile specification for further explain
docker run -v /opt/pvpgn/etc:/tmp/conf --rm --entrypoint cp pvpgn-server:bnetd-mysql -r /usr/local/etc/pvpgn/* /tmp/conf
docker run -v /opt/pvpgn/var:/tmp/assets --rm --entrypoint cp pvpgn-server:bnetd-mysql -r /usr/local/etc/pvpgn/* /tmp/assets
docker run -v /opt/pvpgn/var:/tmp/assets --rm --entrypoint cp pvpgn-server:bnetd-mysql -r /usr/local/var/pvpgn/* /tmp/assets
```
Modify the copied configuration files to fit your needs. There are examples to configurating the server to use database in container, please check below. To configurate more, check [this link](https://pvpgn.pro/pvpgn_installation.html) to get more information of each components of the configuration files.

Expand Down Expand Up @@ -241,4 +241,4 @@ If `/etc/docker/daemon.json` file does not exist, just create a new one and add
{
"userland-proxy": false
}
```
```