Update twingate/docker-compose.yml
This commit is contained in:
parent
e34a1832c0
commit
14dbede998
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ services:
|
||||||
twingate-famous-alligator:
|
twingate-famous-alligator:
|
||||||
image: twingate/connector@sha256:ad34eb54829b9684bf980f06c08d8fec4cca22e8c2698ce35db19f340922d0da
|
image: twingate/connector@sha256:ad34eb54829b9684bf980f06c08d8fec4cca22e8c2698ce35db19f340922d0da
|
||||||
container_name: twingate-famous-alligator
|
container_name: twingate-famous-alligator
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- TWINGATE_NETWORK=$TWINGATE_NETWORK
|
- TWINGATE_NETWORK=$TWINGATE_NETWORK
|
||||||
- TWINGATE_ACCESS_TOKEN=$TWINGATE_ACCESS_TOKEN
|
- TWINGATE_ACCESS_TOKEN=$TWINGATE_ACCESS_TOKEN
|
||||||
|
|
Reference in a new issue