Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-php-starterkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
docker-php-starterkit
Compare revisions
b4a3c622eb2473035dd49a8e8b833755327e1169 to 0354a6f893c5e35bae675b8bd0c9f0f15442987e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
iml-open-source/docker-php-starterkit
Select target project
No results found
0354a6f893c5e35bae675b8bd0c9f0f15442987e
Select Git revision
Swap
Target
iml-open-source/docker-php-starterkit
Select target project
iml-open-source/docker-php-starterkit
1 result
b4a3c622eb2473035dd49a8e8b833755327e1169
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
updat docs
· 0f5a8615
Hahn Axel (hahn)
authored
1 month ago
0f5a8615
Merge branch 'handle-non-sharable-values' into 'master'
· 0354a6f8
Hahn Axel (hahn)
authored
1 month ago
update docs See merge request
!29
0354a6f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/40_⚙️_Configuration/10_init.sh.cfg.md
+10
-0
10 additions, 0 deletions
docs/40_⚙️_Configuration/10_init.sh.cfg.md
with
10 additions
and
0 deletions
docs/40_⚙️_Configuration/10_init.sh.cfg.md
View file @
0354a6f8
...
...
@@ -143,3 +143,13 @@ MYSQL_USER | string | ${APP_NAME}
WEBROOT | string | webroot directory inside apache container; default: /var/www/${APP_NAME}/public_html
WEBURL | string | path of web url to open; default: /
WRITABLEDIR | string | local webroot directory; default: ../public_html
## More variables
You can define more variables in the config that you can se for replacement in your templates.
If you have values that you cannot check in into your repository then
*
copy
``init.sh_not_shared.cfg.dist``
to
``init.sh_not_shared.cfg``
*
add
``docker/init.sh_not_shared.cfg``
in gitignore file
*
set you values in
``docker/init.sh_not_shared.cfg``
This diff is collapsed.
Click to expand it.