Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo authored Aug 24, 2024
1 parent 56968e3 commit 4cede1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ ENV SILEX_FS_ROOT=
ENV SILEX_URL=http://localhost:6805

# Additional environment variables based on README
ENV STORAGE_CONNECTORS=ftp,gitlab,gitlab2
ENV HOSTING_CONNECTORS=ftp,gitlab,gitlab2,download
ENV STORAGE_CONNECTORS=ftp
ENV HOSTING_CONNECTORS=ftp,download
ENV SILEX_FS_HOSTING_ROOT=/silex/hosting/
ENV FTP_STORAGE_PATH=/silex/storage/
ENV FTP_HOSTING_PATH=/silex/hosting/
ENV GITLAB_DISPLAY_NAME=Gitlab
ENV GITLAB_DISPLAY_NAME=
ENV GITLAB_DOMAIN=
ENV GITLAB_CLIENT_ID=
ENV GITLAB_CLIENT_SECRET=
ENV GITLAB2_DISPLAY_NAME=Gitlab2
ENV GITLAB2_DISPLAY_NAME=
ENV GITLAB2_DOMAIN=
ENV GITLAB2_CLIENT_ID=
ENV GITLAB2_CLIENT_SECRET=
Expand Down

0 comments on commit 4cede1e

Please sign in to comment.