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