Browse Source

Change HTTP port to 80.

Jan Behrens 2 years ago
parent
commit
9897cc558b
2 changed files with 3 additions and 1 deletions
  1. 2 0
      Dockerfile
  2. 1 1
      docker-compose.yml

+ 2 - 0
Dockerfile

@@ -4,3 +4,5 @@ COPY ./viewer /usr/local/apache2/htdocs/
 COPY ./docker/custom-httpd.conf /usr/local/apache2/conf/httpd.conf
 
 USER www-data
+
+EXPOSE 8001

+ 1 - 1
docker-compose.yml

@@ -3,5 +3,5 @@ services:
   web:
     build: .
     ports:
-     - "8001:8001"
+     - "80:8001"
     volumes: