Ticket #52708: 52708-loopback-local.diff
File 52708-loopback-local.diff, 291 bytes (added by , 3 years ago) |
---|
-
docker-compose.yml
diff --git a/docker-compose.yml b/docker-compose.yml index 060fd130e9..aa427811c2 100644
a b services: 51 51 depends_on: 52 52 - mysql 53 53 54 extra_hosts: 55 - localhost:host-gateway 56 54 57 ## 55 58 # The MySQL container. 56 59 ##