high-motorcycle-81914
07/09/2024, 1:48 PMrhythmic-agent-34208
07/09/2024, 7:58 PMrhythmic-agent-34208
07/09/2024, 7:58 PMwhite-fireman-22476
07/10/2024, 4:43 PMdocker pull growthbook/proxy:git-f6cc00f and include that tag in the docker run command as well:
docker run -d -p 3300:3300 \
-e "GROWTHBOOK_API_HOST=<https://growthbook-api.example.com>" \
-e "SECRET_API_KEY=key_abc123" \
--name gbproxy growthbook/proxy:f6cc00fwhite-fireman-22476
07/10/2024, 5:52 PMdocker pull growthbook/proxy:latest it should work now.