Attach to bridge network
To allow docker-build.sh access to the apt-cacher container, attach to the default network.
This commit is contained in:
parent
8bdbbfb099
commit
a48c43bcaa
|
@ -3,6 +3,7 @@ version: '2'
|
||||||
services:
|
services:
|
||||||
apt-cacher-ng:
|
apt-cacher-ng:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
network_mode: "bridge"
|
||||||
image: sameersbn/apt-cacher-ng:latest
|
image: sameersbn/apt-cacher-ng:latest
|
||||||
ports:
|
ports:
|
||||||
- "3142:3142"
|
- "3142:3142"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user