aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: 1fe8e39fcc26f5fac541831f0084f4b3ce08c227 (plain) (blame)
1
2
3
4
5
6
7
8
version: "3.7"
services:
  pdsnk:
    hostname: "pdsnk"
    privileged: true
    image: pythondiscord/snekbox:latest
    network_mode: "host"
    init: true