1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 01:08:37 +00:00
dockerfiles/revive/docker-compose.yml

15 lines
212 B
YAML
Raw Normal View History

2015-09-21 10:24:21 +00: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