david-allison / manx-corpus-search

MIT License
2 stars 1 forks source link

build(ci): remove 'publish.yml' #212

Closed david-allison closed 1 month ago

david-allison commented 1 month ago

replaced on the server with:

docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --schedule "0 0 4 * * *"
lauterb commented 1 month ago

replaced on the server with:

docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --schedule "0 0 4 * * *"

is it "containrrr" with three 'r's on purpose, like that recent movie RRR?

david-allison commented 1 month ago

It's intentional:

lauterb commented 1 month ago

Awesome!

david-allison commented 1 month ago

Note that -v /var/run/docker.sock:/var/run/docker.sock is dangerous:

https://dejandayoff.com/the-danger-of-exposing-docker.sock/

lauterb commented 1 month ago

For a split second I thought the sock meant "sock puppet."