Use git ssh port 2222 internally
This commit is contained in:
parent
f59befbf87
commit
cb651ace75
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue