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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user