Use git ssh port 2222 internally

This commit is contained in:
Mo 2023-02-22 21:11:01 +01:00
parent f59befbf87
commit cb651ace75

View file

@ -6,7 +6,7 @@ set -l container_volumes_dir ~/volumes/$container_name
podman-default-create \
$container_name \
--network traefik \
-p 2222:22 \
-p 2222:2222 \
-v $container_volumes_dir/data:/data:Z \
--label "io.containers.autoupdate=registry" \
codeberg.org/forgejo/forgejo:1.18