Skip to content

Commit a47b2ce

Browse files
committed
fix dns issue
1 parent 73a47dd commit a47b2ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

concourse/docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
max-size: "10m"
1717

1818
web:
19-
image: concourse/concourse
19+
image: concourse/concourse:ubuntu
2020
command: web
2121

2222
depends_on:
@@ -41,7 +41,7 @@ services:
4141
max-size: "10m"
4242

4343
worker:
44-
image: concourse/concourse
44+
image: concourse/concourse:ubuntu
4545
command: worker
4646
privileged: true
4747

@@ -53,6 +53,7 @@ services:
5353

5454
environment:
5555
CONCOURSE_TSA_HOST: web:2222
56+
CONCOURSE_GARDEN_DNS_PROXY_ENABLE: "true"
5657

5758
logging:
5859
driver: "json-file"

0 commit comments

Comments
 (0)