This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
contao-docker-4.13
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
added phpmyadmin
tags/0.0.1-stable
Daniel
3 years ago
parent
8c0a964eab
commit
3d47811eb6
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
docker-compose.yml
+ 10
- 0
docker-compose.yml
View File
@@ -27,5 +27,15 @@ services:
- ./contao/src:/var/www/html/contao/src
networks:
- default
phpmyadmin:
image: phpmyadmin
container_name: phpmyadmin
restart: always
ports:
- "8080:80"
environment:
- PMA_ARBITRARY=1
networks:
- default
networks:
default:
Write
Preview
Loading…
Cancel
Save