Skip to content

Commit 6e578dd

Browse files
sapktechknowlogick
authored andcommitted
docker: ask s6 to stop all service when gitea stop (#9171)
* 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
1 parent 9591185 commit 6e578dd

File tree

1 file changed

+1
-1
lines changed
  • docker/root/etc/s6/gitea

1 file changed

+1
-1
lines changed

docker/root/etc/s6/gitea/finish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
exit 0
2+
s6-svscanctl -t /etc/s6/

0 commit comments

Comments
 (0)