You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ See [package_versions.txt](package_versions.txt) for a full list of the packages
24
24
-e PASSWORD= `#webui password` \
25
25
-e LICENCE= `#see below` \
26
26
-e MODULE= `#see below` \
27
-
-v :/config \
27
+
-v <path to appdata>:/config \
28
28
--mac-address=xx:xx:xx:xx:xx:xx `#see below` \
29
29
--restart unless-stopped \
30
30
vcxpz/amp
@@ -33,7 +33,7 @@ See [package_versions.txt](package_versions.txt) for a full list of the packages
33
33
34
34
## Please Note
35
35
36
-
As it takes more than 10 seconds (the default timeout for Docker) for AMP to do a graceful shutdown, make sure you have no running modules. Stopping your container via Docker while you have running modules may cause corruption as Docker will kill the container. The easiest way to do a graceful shutdown is to open a console to the container and executing`amp stop`. This command basically does `s6-svc -to /var/run/s6/services/amp`. Which sends a SIGTERM to AMP then tells `s6` not to restart AMP after the service it is terminated.
36
+
As it takes more than 10 seconds (the default timeout for Docker) for AMP to do a graceful shutdown, make sure you have no running modules. Stopping your container via Docker while you have running modules may cause corruption as Docker will kill the container. The easiest way to do a graceful shutdown is to open a console to the container and execute`amp stop`. This command basically does `s6-svc -to /var/run/s6/services/amp`. Which sends a SIGTERM to AMP then tells `s6` not to restart AMP after the service it is terminated.
37
37
38
38
## Supported Modules
39
39
@@ -102,12 +102,6 @@ Just a quick note about ports: some games use TCP, some games use UDP. Make sure
|`DEBUG`| Set `true` to show AMP startup output in the docker log |`false`|
110
-
111
105
### Module
112
106
113
107
| Name | Description | Default Value |
@@ -137,4 +131,4 @@ Here are the accepted values for the `MODULE` variable:
137
131
138
132
## Upgrading AMP
139
133
140
-
To upgrade, all you have to do is pull our latest Docker image. We automatically check for AMP updates daily so there may be some delay when an update is released to when the image is updated. To do a force upgrade, open a console to the container and executing `amp upgrade`. This will upgrade all modules to the latest version available.
134
+
To upgrade, all you have to do is pull the latest Docker image. We automatically check for AMP updates daily so there may be some delay when an update is released to when the image is updated. To do a force upgrade, open a console to the container and executing `amp upgrade`. This will upgrade all modules to the latest version available.
0 commit comments