Skip to content

Commit

Permalink
Use /var/www/html/flyspray as http document rooot
Browse files Browse the repository at this point in the history
  • Loading branch information
poucz committed Sep 11, 2020
1 parent 70829e5 commit 324cb4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
links:
- flyspray_db:db
ports:
- "8080:80"
- "8081:80"
restart: always
volumes:
- flyspray_fly:/var/www/html/
Expand All @@ -25,7 +25,7 @@ services:
image: phpmyadmin/phpmyadmin
container_name: flyspray_phpmyadmin
ports:
- 8000:80
- 8082:80
links:
- flyspray_db:db
environment:
Expand Down
5 changes: 5 additions & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ RUN docker-php-ext-install mysqli exif pdo gd zip pdo_mysql mysqli
#RUN docker-php-ext-enable mysqli



RUN echo "<VirtualHost *:80> \n DocumentRoot /var/www/html/flyspray \n </VirtualHost>" > /etc/apache2/sites-available/000-default.conf



#RUN curl -s -L https://github.com/Flyspray/flyspray/archive/master.tar.gz -O
#RUN tar -xf master.tar.gz -C /var/www/html/ && \
# mv /var/www/html/flyspray-master /var/www/html/flyspray
Expand Down

0 comments on commit 324cb4c

Please sign in to comment.