mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update gogs-arm
This commit is contained in:
parent
ce9256e0c7
commit
8d0d5eae5f
@ -15,3 +15,11 @@ db:
|
||||
- MYSQL_ROOT_PASSWORD=root
|
||||
- MYSQL_DATABASE=gogs
|
||||
restart: always
|
||||
|
||||
phpmyadmin:
|
||||
image: easypi/phpmyadmin-arm
|
||||
ports:
|
||||
- "8080:80"
|
||||
links:
|
||||
- db
|
||||
restart: always
|
||||
|
Loading…
Reference in New Issue
Block a user