fix volume
This commit is contained in:
parent
f321286f96
commit
ff656da9a8
|
@ -10,7 +10,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile
|
||||
container_name: pihole1
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole1:250224.0.1
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole1:250224.0.2
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
TZ: 'America/Indianapolis'
|
||||
|
@ -30,7 +30,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile
|
||||
container_name: pihole2
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole2:250224.0.1
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole2:250224.0.2
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
TZ: 'America/Indianapolis'
|
||||
|
@ -50,7 +50,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile
|
||||
container_name: pihole3
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole3:250224.0.1
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole3:250224.0.2
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
TZ: 'America/Indianapolis'
|
||||
|
|
Loading…
Reference in New Issue