Merge remote-tracking branch 'origin/master' into portal-latest

This commit is contained in:
Karol Wypchlo 2022-04-28 13:25:13 +02:00
commit ade593b341
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ services:
branch: portal-latest
container_name: sia
restart: unless-stopped
stop_grace_period: 5m
logging: *default-logging
environment:
- SIA_MODULES=gctwra

View File

@ -1,6 +1,6 @@
FROM node:16.14.2-alpine
RUN apk add --no-cache dnsmasq=2.86-r0
RUN apk add --no-cache dnsmasq~=2
WORKDIR /usr/app