Remove Veloren
This commit is contained in:
parent
7a6c812433
commit
258e5c1002
2 changed files with 0 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set -l container_name veloren
|
||||
set -l container_volumes_dir ~/volumes/$container_name
|
||||
|
||||
podman-default-create \
|
||||
$container_name \
|
||||
-p 14004:14004 \
|
||||
-v $container_volumes_dir/userdata:/opt/userdata:Z \
|
||||
--label "io.containers.autoupdate=registry" \
|
||||
registry.gitlab.com/veloren/veloren/server-cli:weekly
|
|
@ -25,8 +25,6 @@ for port in \
|
|||
4430 \
|
||||
# Git SSH
|
||||
2222 \
|
||||
# Veloren
|
||||
14004 \
|
||||
# Rustdesk
|
||||
21115-21119
|
||||
firewall-cmd --add-port $port/tcp
|
||||
|
|
Loading…
Reference in a new issue