Skip to content

Commit

Permalink
docker: ask s6 to stop all service when gitea stop (#9171)
Browse files Browse the repository at this point in the history
* fix: ask s6 to stop all service when gitea stop

https://github.com/just-containers/s6-overlay#writing-an-optional-finish-script

* change service folder
  • Loading branch information
sapk authored and techknowlogick committed Nov 27, 2019
1 parent 9591185 commit 6e578dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/root/etc/s6/gitea/finish
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
exit 0
s6-svscanctl -t /etc/s6/

0 comments on commit 6e578dd

Please sign in to comment.