docker apache for a parking website
120
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
173.2 MB
Last updated
about 7 years ago
docker pull regentcollege/docker-apache