Changed service name in docker-compose.yml
This commit is contained in:
parent
0ff8170e9a
commit
2847642bfd
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
web:
|
mirror:
|
||||||
image: httpd:latest
|
image: httpd:latest
|
||||||
container_name: web
|
container_name: mirror
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./html:/usr/local/apache2/htdocs
|
- ./html:/usr/local/apache2/htdocs
|
||||||
|
|
Loading…
Add table
Reference in a new issue