1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-16 11:37:34 +02:00
dockerfiles/revive/docker-compose.yml

15 lines
212 B
YAML
Raw Normal View History

2015-09-21 12:24:21 +02:00
revive:
image: vimagick/revive
ports:
- "8080:80"
links:
- mysql
restart: always
mysql:
image: mysql
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=revive
restart: always