Skip to content

Commit da79c2b

Browse files
authored
chore(docker): add registry namespace var to .env.example (#2426)
1 parent 677b7ae commit da79c2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hosting/docker/.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ RUN_REPLICATION_CLICKHOUSE_URL=http://default:password@clickhouse:8123
7272
DOCKER_REGISTRY_URL=localhost:5000
7373
DOCKER_REGISTRY_USERNAME=registry-user
7474
DOCKER_REGISTRY_PASSWORD=very-secure-indeed
75+
# When using an external registry you will have to change this
76+
# On Docker Hub it should generally be the same as your username
77+
DOCKER_REGISTRY_NAMESPACE=trigger
7578

7679
# Object store
7780
# - You need to log into the Minio dashboard and create a bucket called "packets"

0 commit comments

Comments
 (0)