mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-06-06 23:26:17 +02:00
update
This commit is contained in:
parent
7e6bb8263d
commit
b8548c2f00
@ -5,5 +5,24 @@ piwik
|
|||||||
full control over your data. Piwik lets you easily collect data from websites,
|
full control over your data. Piwik lets you easily collect data from websites,
|
||||||
apps & IoT and visualise this data and extract insights. Privacy is built-in.
|
apps & IoT and visualise this data and extract insights. Privacy is built-in.
|
||||||
|
|
||||||
|
## docker-compose.yml
|
||||||
|
|
||||||
|
```
|
||||||
|
dokuwiki:
|
||||||
|
image: vimagick/piwik
|
||||||
|
ports:
|
||||||
|
- "8000:80"
|
||||||
|
links:
|
||||||
|
- mysql
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
mysql:
|
||||||
|
image: mysql
|
||||||
|
environment:
|
||||||
|
- MYSQL_ROOT_PASSWORD=root
|
||||||
|
- MYSQL_DATABASE=piwik
|
||||||
|
restart: always
|
||||||
|
```
|
||||||
|
|
||||||
[1]: http://piwik.org/
|
[1]: http://piwik.org/
|
||||||
|
|
||||||
|
@ -2,4 +2,13 @@ dokuwiki:
|
|||||||
image: vimagick/piwik
|
image: vimagick/piwik
|
||||||
ports:
|
ports:
|
||||||
- "8000:80"
|
- "8000:80"
|
||||||
|
links:
|
||||||
|
- mysql
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
mysql:
|
||||||
|
image: mysql
|
||||||
|
environment:
|
||||||
|
- MYSQL_ROOT_PASSWORD=root
|
||||||
|
- MYSQL_DATABASE=piwik
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user