all: no more tini warnings #6

This commit is contained in:
Wonderfall 2016-05-09 18:46:01 +02:00
parent 29b8eb8cda
commit 2e71dc4900
13 changed files with 13 additions and 13 deletions

View File

@ -62,4 +62,4 @@ EXPOSE 2368
LABEL description="Ghost CMS ready for production" \
ghost="Ghost v$VERSION"
CMD ["tini","--","run.sh"]
CMD ["/sbin/tini","--","run.sh"]

View File

@ -33,4 +33,4 @@ RUN chmod +x /usr/local/bin/run.sh
EXPOSE 8080
VOLUME /db /config
CMD ["tini","--","run.sh"]
CMD ["/sbin/tini","--","run.sh"]

View File

@ -42,4 +42,4 @@ RUN chmod +x /usr/local/bin/run.sh
EXPOSE 8181
VOLUME /data /lutim/files
CMD ["tini","--","run.sh"]
CMD ["/sbin/tini","--","run.sh"]

View File

@ -43,4 +43,4 @@ RUN chmod +x /usr/local/bin/run.sh
VOLUME /lychee/uploads /lychee/data
EXPOSE 80
CMD ["tini","--","run.sh"]
CMD ["/sbin/tini","--","run.sh"]

View File

@ -88,4 +88,4 @@ LABEL description="A server software for creating file hosting services" \
apcu="apcu v${APCU_VERSION}" \
apcu_bc="apcu_bc v${APCUBC_VERSION}"
CMD ["tini","--","run.sh"]
CMD ["/sbin/tini","--","run.sh"]

View File

@ -79,4 +79,4 @@ EXPOSE 80
LABEL description "Open web analytics platform" \
piwik "Piwik v${VERSION}"
CMD ["tini","--","run.sh"]
CMD ["/sbin/tini","--","run.sh"]

View File

@ -49,4 +49,4 @@ RUN chmod +x /usr/local/bin/run.sh
VOLUME /rainloop/data
EXPOSE 80
CMD ["tini","--","run.sh"]
CMD ["/sbin/tini","--","run.sh"]

View File

@ -119,4 +119,4 @@ LABEL description="Secure reverse proxy using nginx" \
libressl="LibreSSL v${LIBRESSL_VERSION}" \
nginx="nginx v${NGINX_VERSION}"
CMD ["tini","--","run.sh"]
CMD ["/sbin/tini","--","run.sh"]

View File

@ -99,4 +99,4 @@ LABEL description="BitTorrent client with WebUI front-end" \
mediainfo="mediainfo v$MEDIAINFO_VER" \
filebot="Filebot v$FILEBOT_VER"
CMD ["tini","--","startup"]
CMD ["/sbin/tini","--","startup"]

View File

@ -46,4 +46,4 @@ RUN wget -qO- https://github.com/asciimoo/searx/archive/master.tar.gz | tar xz -
EXPOSE 8888
LABEL description "A powerful meta-search engine"
CMD ["tini","--","run.sh"]
CMD ["/sbin/tini","--","run.sh"]

View File

@ -44,4 +44,4 @@ RUN chmod +x /usr/local/bin/startup /etc/periodic/15min/selfoss
VOLUME /selfoss/data
EXPOSE 80
CMD ["tini","--","startup"]
CMD ["/sbin/tini","--","startup"]

View File

@ -23,4 +23,4 @@ VOLUME /data /musics /playlists /podcasts
LABEL description "Open source media streamer" \
subsonic "Subsonic v$VERSION"
CMD ["tini","--","run.sh"]
CMD ["/sbin/tini","--","run.sh"]

View File

@ -34,4 +34,4 @@ RUN chmod +x /usr/local/bin/run.sh
VOLUME /zerobin/data
EXPOSE 80
CMD ["tini","--","run.sh"]
CMD ["/sbin/tini","--","run.sh"]