This commit is contained in:
Jason Jafari 2025-02-03 19:10:28 -05:00
parent 6face9e8b5
commit d2ee32092b
2 changed files with 3 additions and 1 deletions

View file

@ -32,4 +32,4 @@ RUN wget "$ROUTEROS_PATH" -O "/routeros_source/${ROUTEROS_IMAGE}.zip" && \
# Copy script to routeros folder
ADD ["./scripts", "/routeros_source"]
ENTRYPOINT ["/routeros/entrypoint.sh"]
ENTRYPOINT ["/routeros_source/entrypoint.sh"]

View file

@ -6,6 +6,8 @@ if [[ ! -e "/routeros/generate-dhcpd-conf.py" ]]; then
fi
cd /routeros
QEMU_BRIDGE_ETH1='qemubr1'
default_dev1='eth0'