Skip to content

Commit c5947f0

Browse files
committed
Fix dns lookup
1 parent 229ea92 commit c5947f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: docker-compose.development.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ services:
3636
- VIRTUAL_HOST=.app.boilerplate.docker
3737
- VIRTUAL_PORT=80
3838
- POSTFIX_RELAYHOST=[mail]:1025
39-
39+
dns_opt:
40+
- no-tld-query
4041

4142
#######################################
4243
# MySQL server
@@ -188,6 +189,8 @@ services:
188189
# - VIRTUAL_PORT=80
189190
# volumes:
190191
# - /sessions
192+
# dns_opt:
193+
# - no-tld-query
191194

192195
#######################################
193196
# Storage

0 commit comments

Comments
 (0)