Basic docker-php-apache container
150
Here is a docker-compose.yml example:
services: parking: image: regentcollege/parking ports: - '80:80' volumes: - /var/www/parking:/var/www/parking
Content type
Image
Digest
Size
169.6 MB
Last updated
over 6 years ago
docker pull regentcollege/parking