Skip to content

Instantly share code, notes, and snippets.

@majestrate
Created September 12, 2021 15:38
Show Gist options
  • Save majestrate/7f6933a0c72559537b1614a5e4db8c54 to your computer and use it in GitHub Desktop.
Save majestrate/7f6933a0c72559537b1614a5e4db8c54 to your computer and use it in GitHub Desktop.
lokinet exit docker-compose.yml
version: '2'
services:
lokinet:
image: registry.oxen.rocks/lokinet-exit:latest
privileged: true
tty: true
tmpfs:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup/systemd
- data:/data
volumes:
data:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment