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/production/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/production/supervised.conf')
-rw-r--r-- | docker/production/supervised.conf | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docker/production/supervised.conf b/docker/production/supervised.conf deleted file mode 100644 index 5acd9795..00000000 --- a/docker/production/supervised.conf +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
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 | ||