Browse Source

doc: fix Docker URL in README

pull/214/head
B. Blechschmidt 1 year ago
parent
commit
b5fbaa2d19
  1. 2
      README.md

2
README.md

@ -221,7 +221,7 @@ services:
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
container_name: tun2proxy container_name: tun2proxy
image: ghcr.io/tun2proxy/tun2proxy:latest-ubuntu image: ghcr.io/tun2proxy/tun2proxy-ubuntu:latest
command: --proxy proto://[username[:password]@]host:port command: --proxy proto://[username[:password]@]host:port
alpine: alpine:
stdin_open: true stdin_open: true

Loading…
Cancel
Save