feat: update docker images (#4010)

This commit is contained in:
Alexis Saettler
2020-05-14 09:16:25 +02:00
committed by GitHub
parent 5da92b739e
commit 380fff43e8
16 changed files with 140 additions and 126 deletions
@@ -1,4 +1,4 @@
FROM monicahq/monicahq:php-apache
COPY supervisord.conf /etc/supervisord.conf
CMD ["supervisord", "-c /etc/supervisord.conf"]
CMD ["supervisord", "-c", "/etc/supervisord.conf"]
@@ -10,7 +10,6 @@ services:
- 80:80
volumes:
- data:/var/www/monica/storage
- www:/var/www/monica
restart: always
db:
@@ -27,7 +26,5 @@ services:
volumes:
data:
name: data
www:
name: www
mysql:
name: mysql