mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-25 06:49:31 +01:00
add revive
This commit is contained in:
14
revive/docker-compose.yml
Normal file
14
revive/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
revive:
|
||||
image: vimagick/revive
|
||||
ports:
|
||||
- "8080:80"
|
||||
links:
|
||||
- mysql
|
||||
restart: always
|
||||
|
||||
mysql:
|
||||
image: mysql
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=root
|
||||
- MYSQL_DATABASE=revive
|
||||
restart: always
|
||||
Reference in New Issue
Block a user