mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
Docker Container Restart Fix
- Fix s6 fifodir error on container restart - Add .tags* to .gitignore (Atom auto ctags generation)
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
#!/bin/sh
|
||||
exec /bin/true
|
||||
|
||||
# Cleanup SOCAT services and s6 event folder
|
||||
rm -rf $(find /app/gogs/docker/s6/ -name 'event')
|
||||
rm -rf /app/gogs/docker/s6/SOCAT_*
|
||||
|
Reference in New Issue
Block a user