Merge 78c133b3f0 into ebdf201d5b
This commit is contained in:
commit
7fac45805d
|
|
@ -71,7 +71,7 @@ USER root
|
||||||
# COPY docker-entrypoint.sh /entrypoint.sh
|
# COPY docker-entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
# provide container inside image for data persistence
|
# provide container inside image for data persistence
|
||||||
VOLUME ["/var/www/html"]
|
VOLUME ["/var/www/html/backup", "/var/www/html/logs", "/var/www/html/user"]
|
||||||
|
|
||||||
# ENTRYPOINT ["/entrypoint.sh"]
|
# ENTRYPOINT ["/entrypoint.sh"]
|
||||||
# CMD ["apache2-foreground"]
|
# CMD ["apache2-foreground"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue