For some reason gitea container needs to use non 22 port
This commit is contained in:
@@ -73,7 +73,7 @@ podman create \
|
||||
--restart=always \
|
||||
--userns=keep-id \
|
||||
-p $PORT_WEB:3000 \
|
||||
-p $PORT_SSH:22 \
|
||||
-p $PORT_SSH:2222 \
|
||||
-v $DATA_FOLDER:/var/lib/gitea \
|
||||
-v $CONFIG_FOLDER:/etc/gitea \
|
||||
-e USER_UID=1000 \
|
||||
|
||||
Reference in New Issue
Block a user