final as1
This commit is contained in:
parent
efbe10d664
commit
70d6f6578c
@ -1,11 +1,14 @@
|
||||
version: '3'
|
||||
services:
|
||||
web:
|
||||
image: httpd:latest
|
||||
image: phpmyadmin:latest
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- web_data:/var/html/usr/local/apache2/htdocs/
|
||||
- web_data:/etc/phpmyadmin
|
||||
environment:
|
||||
- PMA_ARBITRARY=1
|
||||
|
||||
database:
|
||||
image: mysql:latest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user