Skip to content

Commit 6d495b3

Browse files
committed
Removed env vars from docker-compose example
1 parent 1c838d1 commit 6d495b3

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

docs/installation/installation_docker.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -142,28 +142,12 @@ services:
142142
# This feature is currently experimental, so use it at your own risk!
143143
# - DB_AUTOMIGRATE=true
144144

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
147146
# However you can add add any other environment configuration you want here
148147
# See .env file for all available options or https://docs.part-db.de/configuration.html
149148

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-
165149
# 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
167151
#- BANNER=This is a test banner<br>with a line break
168152

169153
database:

0 commit comments

Comments
 (0)