Skip to content

Commit

Permalink
Changed NDS FAS port from 80 to 2080 to fix issue where only mobile w…
Browse files Browse the repository at this point in the history
…ould be redirected
  • Loading branch information
tmcdonagh committed Jan 24, 2020
1 parent bd9556d commit e514548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/installer.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
sudo docker build -t web .
port=80
port=2080
sudo docker run --name=web --restart=always -d -p $port:80 web

0 comments on commit e514548

Please sign in to comment.