fix podman-run.sh, adjust container name and MOTD
This commit is contained in:
parent
fc6d528444
commit
09bd3106c4
2 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
podman run \
|
podman run \
|
||||||
--rm \
|
--rm \
|
||||||
--name jre-hl-mc \
|
--name jre-hl-mc-MMS \
|
||||||
--tty \
|
--tty \
|
||||||
--interactive \
|
--interactive \
|
||||||
--publish 25565:25565/tcp \
|
--publish 25565:25565/tcp \
|
||||||
--publish 24454:24454/tcp \
|
--publish 24454:24454/udp \
|
||||||
--volume ./server:/mnt/server \
|
--volume ./server:/mnt/server \
|
||||||
--workdir /mnt/server \
|
--workdir /mnt/server \
|
||||||
alp-jre-21-hl:latest \
|
alp-jre-21-hl:latest \
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ op-permission-level=3
|
||||||
function-permission-level=2
|
function-permission-level=2
|
||||||
broadcast-console-to-ops=true
|
broadcast-console-to-ops=true
|
||||||
broadcast-rcon-to-ops=true
|
broadcast-rcon-to-ops=true
|
||||||
motd=\u00A72\u00A7n3.0\u00A7r \u00A76\u00A7lCreate Expansion\u00A7r\u00A7r\nwill be here \u00A7o(soon)\u00A7r in \u00A7kx\u00A7r days
|
motd=\u00A72\u00A7n3.0\u00A7r \u00A76\u00A7lCreate Expansion\u00A7r\u00A7r\nwill be here \u00A7o(soon)\u00A7r in \u00A7kx\u00A7r working days
|
||||||
|
|
||||||
#Server
|
#Server
|
||||||
server-ip=
|
server-ip=
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue