1 2 3 4 5 6 7 8 9 10 11 12 13
version: "3.7" services: snekbox: container_name: snekbox privileged: true image: ghcr.io/python-discord/snekbox:latest ports: - 8060:8060 init: true ipc: none build: context: . dockerfile: docker/Dockerfile