Attach to bridge network

To allow docker-build.sh access to the apt-cacher container, attach to the default network.
pull/356/head
Rogier 'DocWilco' Mulhuijzen 2019-11-29 15:03:40 -06:00 committed by GitHub
parent 8bdbbfb099
commit a48c43bcaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ version: '2'
services:
apt-cacher-ng:
restart: unless-stopped
network_mode: "bridge"
image: sameersbn/apt-cacher-ng:latest
ports:
- "3142:3142"