maccyber / micro-dockerhub-hook

Automatic docker deployment with webhooks
32 stars 22 forks source link

documentation bug token vs. TOKEN #32

Closed tobiasneumann42 closed 5 years ago

tobiasneumann42 commented 5 years ago

the documentation states to run the docker container with docker run -d \ -p 3000:3000 \ -e TOKEN=${token} \ -v ${PWD}/scripts:/src/scripts \ -v /var/run/docker.sock:/var/run/docker.sock \ --name micro-dockerhub-hook \ maccyber/micro-dockerhub-hook

while the token is set in the shell with TOKEN=

doesn't work as $token will be empty

maccyber commented 5 years ago

Thanks for noticing