diff --git a/docs/deploying/docker-compose.yml b/docs/deploying/docker-compose.yml index 26aa616f4..abf3bfdcd 100644 --- a/docs/deploying/docker-compose.yml +++ b/docs/deploying/docker-compose.yml @@ -7,7 +7,7 @@ services: image: jevolk/tuwunel:latest restart: unless-stopped ports: - - 8448:6167 + - 8008:6167 volumes: - db:/var/lib/tuwunel #- ./tuwunel.toml:/etc/tuwunel.toml