1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/nginad/docker-compose.yml

15 lines
212 B
YAML
Raw Normal View History

2015-09-18 11:05:05 +02: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