Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit f3dc3c3

Browse files
author
github-actions
committed
Bot Updating Files
1 parent ee84e1f commit f3dc3c3

2 files changed

Lines changed: 11 additions & 17 deletions

File tree

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See [package_versions.txt](package_versions.txt) for a full list of the packages
2424
-e PASSWORD= `#webui password` \
2525
-e LICENCE= `#see below` \
2626
-e MODULE= `#see below` \
27-
-v :/config \
27+
-v <path to appdata>:/config \
2828
--mac-address=xx:xx:xx:xx:xx:xx `#see below` \
2929
--restart unless-stopped \
3030
vcxpz/amp
@@ -33,7 +33,7 @@ See [package_versions.txt](package_versions.txt) for a full list of the packages
3333

3434
## Please Note
3535

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.
3737

3838
## Supported Modules
3939

@@ -102,12 +102,6 @@ Just a quick note about ports: some games use TCP, some games use UDP. Make sure
102102

103103
## Environment Variables
104104

105-
### Debug
106-
107-
| Name | Description | Default Value |
108-
| ------- | ------------------------------------------------------- | ------------- |
109-
| `DEBUG` | Set `true` to show AMP startup output in the docker log | `false` |
110-
111105
### Module
112106

113107
| Name | Description | Default Value |
@@ -137,4 +131,4 @@ Here are the accepted values for the `MODULE` variable:
137131

138132
## Upgrading AMP
139133

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.

package_versions.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ alpine-keys-2.2-r0
33
apk-tools-2.12.1-r0
44
bash-5.1.4-r0
55
brotli-libs-1.0.9-r3
6-
busybox-1.33.0-r0
6+
busybox-1.33.0-r1
77
ca-certificates-20191127-r5
88
ca-certificates-bundle-20191127-r5
99
coreutils-8.32-r2
@@ -12,13 +12,13 @@ expat-2.2.10-r1
1212
git-2.30.0-r0
1313
glibc-2.32-r0
1414
glibc-bin-2.32-r0
15-
iputils-20190709-r1
15+
iputils-20200821-r0
1616
java-cacerts-1.0-r1
1717
java-common-0.3-r0
1818
libacl-2.2.53-r0
1919
libattr-2.4.48-r0
2020
libc-utils-0.7.2-r3
21-
libcap-2.46-r0
21+
libcap-2.47-r0
2222
libcrypto1.1-1.1.1i-r0
2323
libcurl-7.74.0-r0
2424
libevent-2.1.12-r1
@@ -32,23 +32,23 @@ libtls-standalone-2.9.1-r1
3232
linux-pam-1.5.1-r0
3333
musl-1.2.2-r1
3434
musl-utils-1.2.2-r1
35-
ncurses-libs-6.2_p20210116-r0
36-
ncurses-terminfo-base-6.2_p20210116-r0
35+
ncurses-libs-6.2_p20210123-r0
36+
ncurses-terminfo-base-6.2_p20210123-r0
3737
nghttp2-libs-1.42.0-r1
3838
openjdk11-jre-headless-11.0.9_p11-r1
3939
p11-kit-0.23.22-r0
4040
p11-kit-trust-0.23.22-r0
4141
pcre2-10.36-r0
4242
procps-3.3.16-r0
4343
readline-8.1.0-r0
44-
s6-ipcserver-2.10.0.0-r0
44+
s6-ipcserver-2.10.0.1-r0
4545
scanelf-1.2.8-r0
4646
shadow-4.8.1-r0
4747
skalibs-2.10.0.1-r0
4848
socat-1.7.4.1-r0
49-
ssl_client-1.33.0-r0
49+
ssl_client-1.33.0-r1
5050
tmux-3.1c-r0
51-
tzdata-2020f-r0
51+
tzdata-2021a-r0
5252
unzip-6.0-r8
5353
utmps-0.1.0.0-r0
5454
xz-5.2.5-r0

0 commit comments

Comments
 (0)