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
Commits
0f5a8615
Commit
0f5a8615
authored
1 month ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
updat docs
parent
d7fe074f
No related branches found
No related tags found
1 merge request
!29
update docs
Changes
1
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
+
10
−
0
View file @
0f5a8615
...
@@ -143,3 +143,13 @@ MYSQL_USER | string | ${APP_NAME}
...
@@ -143,3 +143,13 @@ MYSQL_USER | string | ${APP_NAME}
WEBROOT | string | webroot directory inside apache container; default: /var/www/${APP_NAME}/public_html
WEBROOT | string | webroot directory inside apache container; default: /var/www/${APP_NAME}/public_html
WEBURL | string | path of web url to open; default: /
WEBURL | string | path of web url to open; default: /
WRITABLEDIR | string | local webroot directory; default: ../public_html
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.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment