We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90fd6e5 + fd3d770 commit 4e126a4Copy full SHA for 4e126a4
docs/CONTAINER_OPTION2_with_ca.md
@@ -112,12 +112,18 @@ NOTE: These instructions use the Cumulocity Certificate Authority feature which
112
tedge:
113
image: ghcr.io/thin-edge/tedge-container-bundle
114
restart: always
115
- env_file:
116
- - .env
+ environment:
+ - CA=c8y
117
+ env_file:
118
+ - .env
119
ports:
- - 127.0.0.1:1883:1883
- - 127.0.0.1:8000:8000
120
- - 127.0.0.1:8001:8001
+ - 127.0.0.1:1883:1883
121
+ - 127.0.0.1:8000:8000
122
+ - 127.0.0.1:8001:8001
123
+ # When using docker, add access to the host
124
+ # if you want to be able to ssh into the host from the container
125
+ extra_hosts:
126
+ - host.docker.internal:host-gateway
127
tmpfs:
128
- /tmp
129
volumes:
0 commit comments