mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-16 11:37:34 +02:00
15 lines
212 B
YAML
15 lines
212 B
YAML
|
revive:
|
||
|
image: vimagick/revive
|
||
|
ports:
|
||
|
- "8080:80"
|
||
|
links:
|
||
|
- mysql
|
||
|
restart: always
|
||
|
|
||
|
mysql:
|
||
|
image: mysql
|
||
|
environment:
|
||
|
- MYSQL_ROOT_PASSWORD=root
|
||
|
- MYSQL_DATABASE=revive
|
||
|
restart: always
|