Skip to content

Instantly share code, notes, and snippets.

@iamcryptoki
Created July 6, 2018 08:32
Show Gist options
  • Save iamcryptoki/451820e6e7574f14bdac7d817859bbca to your computer and use it in GitHub Desktop.
Save iamcryptoki/451820e6e7574f14bdac7d817859bbca to your computer and use it in GitHub Desktop.
Environment file for my Nextcloud installation using Docker Compose.
# 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