summaryrefslogtreecommitdiff
path: root/scripts/docker-compose.yaml
blob: c5c172b752d0db04b3a7c071ceca2a1265b158e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: "2"
services:
  airsonic:
    image: registry.gitlab.com/gjedeer/tuntox
    container_name: tuntox
    environment:
      - TUNTOX_SHARED_SECRET=myassfeelsweird
    volumes:
      - /docker/tuntox:/data
    ports:
      - 33446:33446
      - 33446:33446/udp
      - 33447:33447/udp
    restart: always