mirror of
https://gitlab.com/Snogard/kaido.git
synced 2025-08-20 02:40:10 +02:00
changed default gitea port
This commit is contained in:
parent
61d5c9d4d3
commit
d3ce154d25
@ -1,7 +1,4 @@
|
||||
#!/bin/bash
|
||||
echo "ERROR: Still in development"
|
||||
exit 1
|
||||
|
||||
source /opt/kaido/src/libs/bash/lib.sh
|
||||
|
||||
# setup
|
||||
@ -13,7 +10,7 @@ dstConfigPath="$KAIDO_CONTAINER_FOLDER/$containerName/config"
|
||||
|
||||
|
||||
# envs
|
||||
external_port=10102
|
||||
external_port=10119
|
||||
ssh_external_port=2222 #not used
|
||||
|
||||
if [ -f "$KAIDO_CONFIG_FOLDER/containers/$containerName/envs.sh" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user