chore: remove leftover config
parent
4ec1091d58
commit
ab20086419
|
@ -61,8 +61,6 @@ services:
|
||||||
hostname: diary
|
hostname: diary
|
||||||
image: tailscale/tailscale:latest
|
image: tailscale/tailscale:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# ports:
|
|
||||||
# - "80:80"
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "tailscale status"]
|
test: ["CMD-SHELL", "tailscale status"]
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
@ -79,7 +77,6 @@ services:
|
||||||
- net_raw
|
- net_raw
|
||||||
command: tailscaled
|
command: tailscaled
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
driver: local
|
driver: local
|
||||||
|
|
Loading…
Reference in New Issue