You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/installation_docker.md
+2-18Lines changed: 2 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,28 +142,12 @@ services:
142
142
# This feature is currently experimental, so use it at your own risk!
143
143
# - DB_AUTOMIGRATE=true
144
144
145
-
# You can configure Part-DB using environment variables
146
-
# Below you can find the most essential ones predefined
145
+
# You can configure Part-DB using the webUI or environment variables
147
146
# However you can add add any other environment configuration you want here
148
147
# See .env file for all available options or https://docs.part-db.de/configuration.html
149
148
150
-
# The language to use serverwide as default (en, de, ru, etc.)
151
-
- DEFAULT_LANG=en
152
-
# The default timezone to use serverwide (e.g. Europe/Berlin)
153
-
- DEFAULT_TIMEZONE=Europe/Berlin
154
-
# The currency that is used inside the DB (and is assumed when no currency is set). This can not be changed later, so be sure to set it the currency used in your country
155
-
- BASE_CURRENCY=EUR
156
-
# The name of this installation. This will be shown as title in the browser and in the header of the website
157
-
- INSTANCE_NAME=Part-DB
158
-
159
-
# Allow users to download attachments to the server by providing an URL
160
-
# This could be a potential security issue, as the user can retrieve any file the server has access to (via internet)
161
-
- ALLOW_ATTACHMENT_DOWNLOADS=0
162
-
# Use gravatars for user avatars, when user has no own avatar defined
163
-
- USE_GRAVATAR=0
164
-
165
149
# Override value if you want to show to show a given text on homepage.
166
-
# When this is empty the content of config/banner.md is used as banner
150
+
# When this is outcommented the webUI can be used to configure the banner
167
151
#- BANNER=This is a test banner<br>with a line break
0 commit comments