add docker version
This commit is contained in:
5
docker/matomo/Dockerfile
Normal file
5
docker/matomo/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM matomo:latest
|
||||
# FROM bitnami/minideb:latest
|
||||
|
||||
LABEL maintainer="Ludovic CANDELLIER <ludo@huma.net>"
|
||||
|
||||
8
docker/matomo/run.sh
Normal file
8
docker/matomo/run.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# service postfix start
|
||||
|
||||
# exec /usr/sbin/postconf maillog_file=/var/log/postfix.log
|
||||
# exec /usr/sbin/postfix -c /etc/postfix start-fg
|
||||
/etc/init.d/postfix start
|
||||
|
||||
Reference in New Issue
Block a user