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