Skip to content

Commit f2d102e

Browse files
committed
docs: update README to clarify version tagging and remove unnecessary whitespace
1 parent 1229316 commit f2d102e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ services:
4444
- "REPLACE_WITH_GROUP_ID"
4545
volumes:
4646
- /var/run/docker.sock:/var/run/docker.sock:ro
47+
# Run the command "sudo chown -R 65532:65532 ./labelgate-data" to ensure the mount path has the correct ownership.
4748
- ./labelgate-data:/app/config
4849
environment:
4950
- LABELGATE_CLOUDFLARE_API_TOKEN
@@ -77,7 +78,6 @@ services:
7778
# Create a network for the services you want to connect to cloudflared.
7879
# This allows your Cloudflare tunnel to connect to services via their container_name within the "cloudflared-network" bridge, eliminating the need for port mapping.
7980
# Consolidating all public services into a single network ensures they remain isolated from private services.
80-
8181
networks:
8282
cloudflared-network:
8383
```
@@ -88,6 +88,15 @@ docker compose up -d
8888

8989
That's it. Labelgate watches your containers and syncs labels to Cloudflare automatically.
9090

91+
> **Note:** We do **not** publish a `latest` tag. Use explicit version tags for strict version control:
92+
>
93+
> | Tag | Description |
94+
> |-----|-------------|
95+
> | `v0.1.0` | Exact version |
96+
> | `v0.1` | Latest patch in 0.1.x |
97+
> | `v0` | Latest minor in 0.x.x |
98+
> | `v0.1.0-full` | Alpine-based variant with shell and timezone data |
99+
91100
## Features
92101

93102
- [x] **DNS Management** — Create and sync Cloudflare DNS records via Docker labels

0 commit comments

Comments
 (0)