From 942734095f3d5fb794c83a6f5daa6a22b5dc6a7a Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Mon, 28 Sep 2020 08:35:24 -0400 Subject: [PATCH] base no building --- scripts/services/Mistborn-base.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/services/Mistborn-base.service b/scripts/services/Mistborn-base.service index 2428a7b..6e0041a 100644 --- a/scripts/services/Mistborn-base.service +++ b/scripts/services/Mistborn-base.service @@ -12,7 +12,7 @@ PermissionsStartOnly=true EnvironmentFile=/opt/mistborn/.env ExecStartPre=/usr/local/bin/docker-compose -f /opt/mistborn/base.yml down -ExecStartPre=/usr/local/bin/docker-compose -f /opt/mistborn/base.yml build +#ExecStartPre=/usr/local/bin/docker-compose -f /opt/mistborn/base.yml build ExecStartPre=-/sbin/ip address add 10.2.3.1/30 dev DIFACE ExecStartPre=/sbin/iptables -w -I DOCKER-USER -i DIFACE -p udp --dport 53 -j MISTBORN_LOG_DROP ExecStartPre=/sbin/iptables -w -I DOCKER-USER -i DIFACE -p tcp --dport 53 -j MISTBORN_LOG_DROP