1
0
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:
David Young
2018-02-05 09:05:33 +13:00
parent 5fe4df7496
commit 53bbfd6226
2 changed files with 4 additions and 4 deletions

View File

@@ -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
```

View File

@@ -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