Browse Source

removing traefik sed

merge-requests/12/head
Steven Foerster 6 years ago
parent
commit
fc6d2a232c
  1. 1
      scripts/install.sh

1
scripts/install.sh

@ -181,7 +181,6 @@ sudo mkdir -p ../mistborn_volumes/extra
# Traefik final setup (cockpit) # Traefik final setup (cockpit)
cp ./compose/production/traefik/traefik.toml.template ./compose/production/traefik/traefik.toml cp ./compose/production/traefik/traefik.toml.template ./compose/production/traefik/traefik.toml
sudo sed -i "s/IPV4_PUBLIC/$IPV4_PUBLIC/" ./compose/production/traefik/traefik.toml
# Download docker images while DNS is operable # Download docker images while DNS is operable
sudo docker-compose -f base.yml pull || true sudo docker-compose -f base.yml pull || true

Loading…
Cancel
Save