Merge pull request #396 from cschug/pin_version_twingate

chore(deps): replace `latest` tag of Twingate by its most recent version
This commit is contained in:
Christoph Schug 2024-08-13 18:46:29 +02:00 committed by GitHub
commit 440c42a070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
services:
twingate_connector:
container_name: twingate_connector
image: twingate/connector:latest
image: docker.io/twingate/connector:1.69.0
environment:
- TWINGATE_NETWORK=your-twingate-network
- TWINGATE_ACCESS_TOKEN=${TWINGATE_ACCESS_TOKEN}