Browse Source

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
tags/v1.11.0-rc1
Antoine GIRARD 4 years ago
parent
commit
6e578dd0c9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docker/root/etc/s6/gitea/finish

+ 1
- 1
docker/root/etc/s6/gitea/finish View File

@@ -1,2 +1,2 @@
#!/bin/bash
exit 0
s6-svscanctl -t /etc/s6/

Loading…
Cancel
Save