chore: add the option for docker to not be dominant
Some checks failed
Docker Build and Push / docker_build (push) Has been cancelled
Docker Build and Push / docker_scan (push) Has been cancelled

This commit is contained in:
Daan Selen
2026-03-16 19:02:51 +01:00
parent eeedf705aa
commit f58226e398
3 changed files with 6 additions and 3 deletions

View File

@@ -114,7 +114,8 @@ ENV TZ="Europe/Amsterdam" \
global_dns="9.9.9.9" \
wgd_port="10086" \
public_ip="" \
WGDASH=/opt/wgdashboard
WGDASH=/opt/wgdashboard \
dynamic_config="true"
# Create directories needed for operation
RUN mkdir /data /configs -p ${WGDASH}/src /etc/amnezia/amneziawg \