Fix typos
I think there are some typos in the .env.sample file
This commit is contained in:
parent
ad0dc79fed
commit
e6fcaea9fa
|
@ -1,7 +1,7 @@
|
|||
# General Traefik (reverse proxy) settings
|
||||
TRAEFIK_DOMAIN=mydomain.com
|
||||
ACME_MAIL=my-email@my-provider.com
|
||||
PILOT_TOKEN=mytraefiktoken # Keep it empty is not needed
|
||||
PILOT_TOKEN=mytraefiktoken # Keep it empty if not needed
|
||||
|
||||
# General settings
|
||||
TZ="Europe/Paris"
|
||||
|
@ -14,7 +14,7 @@ HTTP_PASSWORD='mypassword_encoded' # Keep these simple quotes!
|
|||
PGID=1000
|
||||
PUID=1000
|
||||
|
||||
# Database (for Owncloud)
|
||||
# Database (for Nextcloud)
|
||||
MYSQL_ROOT_PASSWORD=h4ckMePleAse889912101
|
||||
MYSQL_DATABASE=nextcloud
|
||||
MYSQL_USER=nextcloud
|
||||
|
@ -25,4 +25,4 @@ NEXTCLOUD_ADMIN_USER=admin
|
|||
NEXTCLOUD_ADMIN_PASSWORD=h4ckMePleAse873214668
|
||||
|
||||
# Portainer
|
||||
PORTAINER_ADMIN_PASSWORD=h4ckMePleAse
|
||||
PORTAINER_ADMIN_PASSWORD=h4ckMePleAse
|
||||
|
|
Loading…
Reference in New Issue