Explicitely declare required volumes, fixes #568

This commit is contained in:
kaiyou
2018-09-28 17:12:50 +02:00
parent 11bcae4c57
commit 2cba045013
8 changed files with 13 additions and 0 deletions

View File

@@ -25,4 +25,7 @@ COPY config.inc.php /var/www/html/config/
COPY start.sh /start.sh
EXPOSE 80/tcp
VOLUME ["/data"]
CMD ["/start.sh"]