Add Veloren
This commit is contained in:
parent
133ca3d13b
commit
20a28086f6
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,6 @@ set -l container_volumes_dir ~/volumes/$container_name
|
||||||
podman-default-create \
|
podman-default-create \
|
||||||
$container_name \
|
$container_name \
|
||||||
-p 14004:14004 \
|
-p 14004:14004 \
|
||||||
-p 14005:14005 \
|
|
||||||
-v $container_volumes_dir/userdata:/opt/userdata:Z \
|
-v $container_volumes_dir/userdata:/opt/userdata:Z \
|
||||||
--label "io.containers.autoupdate=registry" \
|
--label "io.containers.autoupdate=registry" \
|
||||||
registry.gitlab.com/veloren/veloren/server-cli:weekly
|
registry.gitlab.com/veloren/veloren/server-cli:weekly
|
||||||
|
|
|
@ -24,6 +24,8 @@ for port in \
|
||||||
4430 \
|
4430 \
|
||||||
# Git SSH
|
# Git SSH
|
||||||
2222 \
|
2222 \
|
||||||
|
# Veloren
|
||||||
|
14004 \
|
||||||
# Rustdesk
|
# Rustdesk
|
||||||
21115-21119
|
21115-21119
|
||||||
firewall-cmd --add-port $port/tcp
|
firewall-cmd --add-port $port/tcp
|
||||||
|
|
Loading…
Add table
Reference in a new issue