mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Minor typos, thanks @Mdleal
This commit is contained in:
@@ -101,11 +101,11 @@ services:
|
||||
registry-mirror:
|
||||
image: registry:2
|
||||
networks:
|
||||
- traefik
|
||||
- traefik_public
|
||||
deploy:
|
||||
labels:
|
||||
- traefik.frontend.rule=Host:<your mirror FQDN>
|
||||
- traefik.docker.network=traefik
|
||||
- traefik.docker.network=traefik_public
|
||||
- traefik.port=5000
|
||||
ports:
|
||||
- 5000:5000
|
||||
@@ -114,7 +114,7 @@ services:
|
||||
- /var/data/registry/registry-mirror-config.yml:/etc/docker/registry/config.yml
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
traefik_public:
|
||||
external: true
|
||||
```
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
homeassistant:
|
||||
image: homeassistant/homeassistant
|
||||
image: homeassistant/home-assistant
|
||||
dns_search: hq.example.com
|
||||
volumes:
|
||||
- /var/data/homeassistant/homeassistant:/config
|
||||
|
||||
Reference in New Issue
Block a user