update example hostname in readme
This commit is contained in:
parent
f124c47d34
commit
db706d2ecc
@ -12,12 +12,12 @@ See https://blog.jbrumond.me/post/raspberry-pi-cluster-part-4:-gitea-and-drone f
|
||||
```yaml
|
||||
steps:
|
||||
- name: deploy
|
||||
image: docker.internal.example.com/docker
|
||||
image: gitea.internal.example.com/docker
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/
|
||||
environment:
|
||||
DOCKER_REGISTRY: https://docker.internal.example.com
|
||||
DOCKER_REGISTRY: https://gitea.internal.example.com
|
||||
DOCKER_USER: drone
|
||||
DOCKER_PASS:
|
||||
from_secret: docker-internal-password
|
||||
|
Loading…
x
Reference in New Issue
Block a user