aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/linuxserver/docker-compose.override.yml
blob: 2eef2c7f123b881775fb1678aca13f94311db8f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is here for the same reason as the root docker-compose.override.yml.
# In addition, it defines a peer service.
services:
  web:
    build: ../..
  peer1:
    build:
      context: .
      dockerfile: Dockerfile.peer1
    restart: unless-stopped
    network_mode: host
    cap_add:
      - NET_ADMIN
      - SYS_MODULE