Skip to content

Commit

Permalink
Enable SSL on PS 1.7 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Quetzacoalt91 committed Oct 24, 2019
1 parent b6712ee commit e981675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 1.7/Dockerfile
Expand Up @@ -15,6 +15,7 @@ ENV PS_FOLDER_ADMIN admin-dev
ENV PS_FOLDER_INSTALL install-dev
ENV DB_SERVER localhost
ENV DB_USER macfly
ENV PS_ENABLE_SSL 1

# MySQL installation
# Avoid MySQL questions during installation
Expand Down
1 change: 1 addition & 0 deletions nightly/Dockerfile
Expand Up @@ -15,6 +15,7 @@ ENV PS_FOLDER_ADMIN admin-dev
ENV PS_FOLDER_INSTALL install-dev
ENV DB_SERVER localhost
ENV DB_USER macfly
ENV PS_ENABLE_SSL 1

# MySQL installation
# Avoid MySQL questions during installation
Expand Down

0 comments on commit e981675

Please sign in to comment.