Skip to content

Commit

Permalink
Small documentation and compose file updates (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog authored Dec 9, 2024
1 parent b2613d6 commit 40bd85c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Base image updated to Alpine 3.21 [#11](https://github.com/stumpylog/tailscale-dns-container/pull/11)
- Small documentation updates [#12](https://github.com/stumpylog/tailscale-dns-container/pull/12)

## [0.5.0] - 2024-10-11

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tailscale DNS Container

This is a dead simple container designed containing dnsmasq from
This is a dead simple container containing dnsmasq from
Alpine Linux, designed to run connected to your Tailnet and
provide more control over DNS requests.

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
TS_USERSPACE: "true"
restart: unless-stopped
tailscale-dns:
image: ghcr.io/stumpylog/tailscale-dns-container:main
image: ghcr.io/stumpylog/tailscale-dns-container:latest
network_mode: "service:tailscale"
container_name: tailscale-dns
restart: unless-stopped
Expand Down

0 comments on commit 40bd85c

Please sign in to comment.