We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229ea92 commit c5947f0Copy full SHA for c5947f0
docker-compose.development.yml
@@ -36,7 +36,8 @@ services:
36
- VIRTUAL_HOST=.app.boilerplate.docker
37
- VIRTUAL_PORT=80
38
- POSTFIX_RELAYHOST=[mail]:1025
39
-
+ dns_opt:
40
+ - no-tld-query
41
42
#######################################
43
# MySQL server
@@ -188,6 +189,8 @@ services:
188
189
# - VIRTUAL_PORT=80
190
# volumes:
191
# - /sessions
192
+ # dns_opt:
193
+ # - no-tld-query
194
195
196
# Storage
0 commit comments