Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from nextindex/7.9.6
Browse files Browse the repository at this point in the history
⬆️ Update dockerfile
  • Loading branch information
apertureless authored Oct 4, 2017
2 parents 59a216d + 1edb06c commit 312da2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose-rancher.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
suitecrm:
image: nextindex/docker-suitecrm:7.9.5
image: nextindex/docker-suitecrm:7.9.6
ports:
- "4432:80"
links:
Expand Down
6 changes: 3 additions & 3 deletions src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM php:5.6-apache

ENV DOWNLOAD_URL https://github.com/salesagility/SuiteCRM/archive/v7.9.5.zip
ENV DOWNLOAD_FILE v7.9.5.zip
ENV EXTRACT_FOLDER SuiteCRM-7.9.5
ENV DOWNLOAD_URL https://github.com/salesagility/SuiteCRM/archive/v7.9.6.zip
ENV DOWNLOAD_FILE v7.9.6.zip
ENV EXTRACT_FOLDER SuiteCRM-7.9.6
ENV WWW_FOLDER /var/www/html
ENV WWW_USER www-data
ENV WWW_GROUP www-data
Expand Down

0 comments on commit 312da2e

Please sign in to comment.