Changed service name in docker-compose.yml

This commit is contained in:
Bo⋆˚✿˖° 2025-02-23 20:48:00 +01:00
parent 4a8220c86c
commit 99e5843dcb
Signed by: FreedTapestry21
GPG key ID: 0664F1BDE43BA236

View file

@ -1,7 +1,7 @@
services:
web:
mirror:
image: httpd:latest
container_name: web
container_name: mirror
restart: unless-stopped
volumes:
- ./html:/usr/local/apache2/htdocs