1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00
dockerfiles/nginad/docker-compose.yml

15 lines
212 B
YAML
Raw Normal View History

2015-09-18 09:05:05 +00:00
nginad:
image: vimagick/nginad
ports:
- "8080:80"
links:
- mysql
restart: always
mysql:
image: mysql
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=nginad
restart: always