mirror/docker-compose.yml

10 lines
178 B
YAML
Raw Permalink Normal View History

services:
mirror:
image: httpd:latest
container_name: mirror
restart: unless-stopped
volumes:
- ./html:/usr/local/apache2/htdocs
ports:
- '80:80'