You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
docker-nextcloud/.env.example

19 lines
254 B

# Global Settings
LOCAL_STACK_DIR=/srv/docker/volumes/nextcloud
# Networks
NETWORK=webservices
# nextcloud (optional)
NC_CONTAINER_NAME=
NC_RESTART=
MYSQL_HOST=
# db
MYSQL_ROOT_PASSWORD=
# db (optional)
DB_IMG=
DB_TAG=
DB_CONTAINER_NAME=
DB_RESTART=