For some reason gitea container needs to use non 22 port

This commit is contained in:
2025-05-16 11:39:33 +02:00
parent 1a73b30ac7
commit 99264fdd55

View File

@@ -73,7 +73,7 @@ podman create \
--restart=always \ --restart=always \
--userns=keep-id \ --userns=keep-id \
-p $PORT_WEB:3000 \ -p $PORT_WEB:3000 \
-p $PORT_SSH:22 \ -p $PORT_SSH:2222 \
-v $DATA_FOLDER:/var/lib/gitea \ -v $DATA_FOLDER:/var/lib/gitea \
-v $CONFIG_FOLDER:/etc/gitea \ -v $CONFIG_FOLDER:/etc/gitea \
-e USER_UID=1000 \ -e USER_UID=1000 \