Created
July 6, 2018 08:32
-
-
Save iamcryptoki/451820e6e7574f14bdac7d817859bbca to your computer and use it in GitHub Desktop.
Environment file for my Nextcloud installation using Docker Compose.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://gist.github.com/iamcryptoki/f56ec8af05cebed39fad40f718e393cf | |
MYSQL_ROOT_PASSWORD=*********************** | |
MYSQL_DATABASE=nextcloud | |
MYSQL_USER=nextcloud | |
MYSQL_PASSWORD=************************************ | |
MYSQL_HOST=db | |
NEXTCLOUD_VERSION=13.0 | |
NEXTCLOUD_ADMIN_USER=example | |
NEXTCLOUD_ADMIN_PASSWORD=******************************** | |
NEXTCLOUD_TABLE_PREFIX=nc_ | |
NEXTCLOUD_DATA_DIR=/var/www/html/data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment