mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-15 09:29:14 +00:00
Build from source again since we need patches
This commit is contained in:
4
start.sh
4
start.sh
@@ -6,6 +6,10 @@ fqdn=$(hostname -f)
|
||||
|
||||
chown -R cloudron.cloudron /app/data
|
||||
|
||||
# clean up old logs
|
||||
rm -rf /home/cloudron/gogs/log && mkdir -p /home/cloudron/gogs/log
|
||||
chown cloudron:cloudron /home/cloudron/gogs/log
|
||||
|
||||
# Dockerfile changes the ownership of this file to make it writable by cloudron user
|
||||
sed -e "s/^Port .*/Port ${SSH_PORT}/" \
|
||||
-e "s/^#ListenAddress .*/ListenAddress 0.0.0.0/" \
|
||||
|
Reference in New Issue
Block a user