Skip to content

Commit

Permalink
Merge pull request #29 from vvbogdanov87/fix-address-in-use
Browse files Browse the repository at this point in the history
Remove default Nginx config to free port 80
  • Loading branch information
fquirin authored May 20, 2022
2 parents 58c9f67 + 34523f8 commit a2579b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN echo "Downloading SEPIA-Home (custom bundle) ..." && \
#
# Set up Nginx (HTTP)
sudo cp nginx/sites-available/sepia-fw-http.conf /etc/nginx/sites-enabled/sepia-fw-http.conf && \
sudo unlink /etc/nginx/sites-enabled/default && \
#
# Prepare automatic-setup and user1
cd automatic-setup && \
Expand Down

0 comments on commit a2579b3

Please sign in to comment.