1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/piwik/docker-compose.yml

15 lines
209 B
YAML
Raw Normal View History

2015-07-17 11:20:53 +00:00
piwik:
2015-07-17 11:17:24 +00:00
image: vimagick/piwik
ports:
- "8000:80"
links:
- mysql
restart: always
mysql:
image: mysql
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=piwik
restart: always