diff options
author | VirtualTam <virtualtam@flibidi.net> | 2017-10-03 20:07:46 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2017-10-03 20:07:46 +0200 |
commit | e3a3cc0da85925d08df29a2146b54b4159d5a14b (patch) | |
tree | 5ff07461b48ab165a2f3505161e266dd2ad44c67 /docker/debian/supervised.conf | |
parent | 1a216faecb5c114afbf36ecbac8ec3f795309eba (diff) | |
download | Shaarli-e3a3cc0da85925d08df29a2146b54b4159d5a14b.tar.gz Shaarli-e3a3cc0da85925d08df29a2146b54b4159d5a14b.tar.zst Shaarli-e3a3cc0da85925d08df29a2146b54b4159d5a14b.zip |
docker: rename resources for the stable image
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
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 | ||