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