mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +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" \
|
LABEL description="Ghost CMS ready for production" \
|
||||||
ghost="Ghost v$VERSION"
|
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
|
EXPOSE 8080
|
||||||
VOLUME /db /config
|
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
|
EXPOSE 8181
|
||||||
VOLUME /data /lutim/files
|
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
|
VOLUME /lychee/uploads /lychee/data
|
||||||
EXPOSE 80
|
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="apcu v${APCU_VERSION}" \
|
||||||
apcu_bc="apcu_bc v${APCUBC_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" \
|
LABEL description "Open web analytics platform" \
|
||||||
piwik "Piwik v${VERSION}"
|
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
|
VOLUME /rainloop/data
|
||||||
EXPOSE 80
|
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}" \
|
libressl="LibreSSL v${LIBRESSL_VERSION}" \
|
||||||
nginx="nginx v${NGINX_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" \
|
mediainfo="mediainfo v$MEDIAINFO_VER" \
|
||||||
filebot="Filebot v$FILEBOT_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
|
EXPOSE 8888
|
||||||
LABEL description "A powerful meta-search engine"
|
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
|
VOLUME /selfoss/data
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
CMD ["tini","--","startup"]
|
CMD ["/sbin/tini","--","startup"]
|
||||||
|
@ -23,4 +23,4 @@ VOLUME /data /musics /playlists /podcasts
|
|||||||
LABEL description "Open source media streamer" \
|
LABEL description "Open source media streamer" \
|
||||||
subsonic "Subsonic v$VERSION"
|
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
|
VOLUME /zerobin/data
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
CMD ["tini","--","run.sh"]
|
CMD ["/sbin/tini","--","run.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user