mirror of
https://github.com/andres-montanez/Magallanes
synced 2026-03-14 20:55:48 +01:00
7 lines
147 B
YAML
7 lines
147 B
YAML
version: '2'
|
|
services:
|
|
php8.0:
|
|
container_name: mage-php8.0
|
|
build: ./php8.0
|
|
volumes:
|
|
- ../../:/home/magephp
|