mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
all: no more tini warnings #6
This commit is contained in:
parent
29b8eb8cda
commit
2e71dc4900
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user