silas a dit:Hi,
Have you working compiler tool for this build?
function create_syncthing()
{
docker create \
--name=syncthing \
--net=host \
-v /share/homes/ec/Syncthing/Config:/config \
-v /share/homes/ec/Syncthing/Data:/data \
-e PGID=$GID -e PUID=$USERID2 \
linuxserver/syncthing
}
function create_rssh()
{
docker create \
--name=$RSSH_EC_NAME \
-p 192.168.100.14:${USERID}${RSSH_EC_ID}:22 \
-v $RSSH_EC_HOME/pour-rssh/authorized_keys:/home/ec/.ssh/authorized_keys:ro \
-v $RSSH_EC_HOME/RSSH:/home/ec \
-e PGID=$GID -e PUID=$USERID2 \
bboehmke/rssh ec::1001:100
}