Skip to content

Instantly share code, notes, and snippets.

@Eriner
Created November 7, 2022 22:40
Show Gist options
  • Save Eriner/7477f2672f0ce23af953698a701afd8b to your computer and use it in GitHub Desktop.
Save Eriner/7477f2672f0ce23af953698a701afd8b to your computer and use it in GitHub Desktop.
mastodon-linux-cap-drops
services:
sidekiq:
image: tootsuite/mastodon:v3.5.3
cap_drop:
- ALL
redis:
image: redis:6-alpine
cap_drop:
- ALL
streaming:
image: tootsuite/mastodon:v3.5.3
cap_drop:
- ALL
es:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.10.2
cap_drop:
- ALL
cap_add:
- CHOWN
- SETGID
- SETUID
- SYS_CHROOT
- KILL
web:
image: tootsuite/mastodon:v3.5.3
cap_drop:
- ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment