diff --git a/README.md b/README.md index 6700de9..5439e16 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Then, edit the Docker Compose file: nano ./headscale/docker-compose.yml ``` -## Environment Variables and Defaults + ```yaml server_url: ${SERVER_URL} @@ -85,9 +85,6 @@ services: - SERVER_URL=${SERVER_URL} - LISTEN_ADDR=${LISTEN_ADDR} - METRICS_LISTEN_ADDR=${METRICS_LISTEN_ADDR} - - GRPC_LISTEN_ADDR=${GRPC_LISTEN_ADDR} - - DB_TYPE=${DB_TYPE} - - DB_PATH=${DB_PATH} ``` ### Notes: