Add Veloren

This commit is contained in:
Mo 2023-02-12 15:55:31 +01:00
parent 133ca3d13b
commit 20a28086f6
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,6 @@ set -l container_volumes_dir ~/volumes/$container_name
podman-default-create \
$container_name \
-p 14004:14004 \
-p 14005:14005 \
-v $container_volumes_dir/userdata:/opt/userdata:Z \
--label "io.containers.autoupdate=registry" \
registry.gitlab.com/veloren/veloren/server-cli:weekly

View file

@ -24,6 +24,8 @@ for port in \
4430 \
# Git SSH
2222 \
# Veloren
14004 \
# Rustdesk
21115-21119
firewall-cmd --add-port $port/tcp