final as1

This commit is contained in:
Iban 2023-05-04 15:26:19 +02:00
parent efbe10d664
commit 70d6f6578c

View File

@ -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