1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-18 04:59:16 +02:00

[Compose] Update Unbound image and set tty true

This commit is contained in:
André 2018-09-30 14:44:37 +02:00
parent cdca603ff5
commit 6cbe7a08a4

View File

@ -2,7 +2,7 @@ version: '2.1'
services:
unbound-mailcow:
image: mailcow/unbound:1.1
image: mailcow/unbound:1.2
build: ./data/Dockerfiles/unbound
command: /usr/sbin/unbound
environment:
@ -10,6 +10,7 @@ services:
volumes:
- ./data/conf/unbound/unbound.conf:/etc/unbound/unbound.conf:ro
restart: always
tty: true
networks:
mailcow-network:
ipv4_address: ${IPV4_NETWORK:-172.22.1}.254