diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2017-10-21 18:00:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 18:00:08 +0200 |
commit | 72cfe44436f4316112fc4aabfe8940aa7b4adcab (patch) | |
tree | e72c757a2cfa157fd47911fb759cbed18ec747b2 /docker/debian/supervised.conf | |
parent | 1f40141a6992af6620962cba98b72f14de076615 (diff) | |
parent | e3a3cc0da85925d08df29a2146b54b4159d5a14b (diff) | |
download | Shaarli-72cfe44436f4316112fc4aabfe8940aa7b4adcab.tar.gz Shaarli-72cfe44436f4316112fc4aabfe8940aa7b4adcab.tar.zst Shaarli-72cfe44436f4316112fc4aabfe8940aa7b4adcab.zip |
Merge pull request #846 from virtualtam/docker/alpine
Docker: switch to Alpine Linux
Diffstat (limited to 'docker/debian/supervised.conf')
-rw-r--r-- | docker/debian/supervised.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docker/debian/supervised.conf b/docker/debian/supervised.conf new file mode 100644 index 00000000..5acd9795 --- /dev/null +++ b/docker/debian/supervised.conf | |||
@@ -0,0 +1,13 @@ | |||
1 | [program:php5-fpm] | ||
2 | command=/usr/sbin/php5-fpm -F | ||
3 | priority=5 | ||
4 | autostart=true | ||
5 | autorestart=true | ||
6 | |||
7 | [program:nginx] | ||
8 | command=/usr/sbin/nginx | ||
9 | priority=10 | ||
10 | autostart=true | ||
11 | autorestart=true | ||
12 | stdout_events_enabled=true | ||
13 | stderr_events_enabled=true | ||