Skip to content

Commit 4c6e1af

Browse files
committed
fix: already port in use
1 parent a552b79 commit 4c6e1af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Deploy
22
on:
33
push:
4-
branches:
5-
- main
4+
# branches:
5+
# - main
66
paths:
77
- "public/**"
88
jobs:

public/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
environment:
99
- TS_AUTHKEY=${TS_AUTHKEY}
1010
- TS_STATE_DIR=/var/lib/tailscale
11-
- TS_EXTRA_ARGS=--advertise-tags=tag:*.prinzpiuz.in
11+
- TS_EXTRA_ARGS=--advertise-tags=tag:homelab,tag:druvserver
1212
volumes:
1313
- ./tailscale/state:/var/lib/tailscale
1414
- /dev/net/tun:/dev/net/tun
@@ -19,8 +19,8 @@ services:
1919
depends_on:
2020
- tailscale
2121
ports:
22-
- "80:80"
23-
- "443:443"
22+
- "8080:80"
23+
- "8443:443"
2424
volumes:
2525
- ./Caddyfile:/etc/caddy/Caddyfile
2626
- ./caddy_data:/data

0 commit comments

Comments
 (0)