From 6f4a7e4e6800652f14ada1d7b980c4be8cff7e30 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 18 Oct 2023 11:53:13 -0700 Subject: [PATCH] Add ADMIN_USERNAME and ADMIN_PASSWORD to example options --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index f437ae9a..f3b539a1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,6 +34,8 @@ services: # - PUBLIC_ADD_VIEW=False # set to True to allow anonymous users to submit new URLs to archive # - PUID=1000 # set to your host user's UID & GID if you encounter permissions issues # - PGID=1000 + # - ADMIN_USERNAME=admin # create an admin user on first run with the given user/pass combo + # - ADMIN_PASSWORD=SomeSecretPassword # - SEARCH_BACKEND_ENGINE=sonic # uncomment these and sonic container below for better full-text search # - SEARCH_BACKEND_HOST_NAME=sonic # - SEARCH_BACKEND_PASSWORD=SomeSecretPassword