Skip to content

Commit 9e6af97

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 90ab2ec + fbd10cb commit 9e6af97

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
zerotier:
5-
image: zyclonite/zerotier:1.10.1
5+
image: zyclonite/zerotier:1.10.2
66
container_name: zu-controller
77
restart: unless-stopped
88
volumes:

docker/zero-ui/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM --platform=$BUILDPLATFORM node:lts-alpine as frontend-build
22

33
ENV INLINE_RUNTIME_CHUNK=false
44
ENV GENERATE_SOURCEMAP=false
5+
ENV NODE_OPTIONS=--openssl-legacy-provider
56

67
WORKDIR /app/frontend
78
COPY yarn.lock .yarnrc.yml ./

0 commit comments

Comments
 (0)