2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 14:31:51 +01:00

update gogs-arm

This commit is contained in:
kev
2017-02-01 21:43:52 +08:00
parent 6e4532f406
commit fded18b941
3 changed files with 16 additions and 26 deletions

View File

@@ -3,6 +3,17 @@ phpmyadmin:
ports:
- "8080:80"
environment:
- PMA_HOST=dbhost
- PMA_HOST=mysql
- PMA_PORT=3306
links:
- mysql
restart: always
mysql:
image: easypi/mariadb-arm
ports:
- "3306:3306"
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=wordpress
restart: always