Skip to content

Commit c972040

Browse files
committed
Fix port: use 3009 (3008 taken by private-dashboard)
1 parent 66c5741 commit c972040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
container_name: nanook-website
55
restart: unless-stopped
66
ports:
7-
- "3008:80"
7+
- "3009:80"
88
healthcheck:
99
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost/"]
1010
interval: 30s

0 commit comments

Comments
 (0)