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