aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/test/linuxserver/docker-compose.override.yml
blob: 2eef2c7f123b881775fb1678aca13f94311db8f9 (plain) (tree)
1
2
3
4
5
                                                                                
                                         


                








                                  
# 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