mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-07-01 22:35:45 +00:00
tests: enable local testing on macOS / Darwin
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
# Note: on Docker Desktop, host networking must be manually enabled.
|
||||
# See https://docs.docker.com/engine/network/drivers/host/
|
||||
|
||||
def test_forwards_to_host_network_container_1(docker_compose, nginxproxy):
|
||||
r = nginxproxy.get("http://host-network-1.nginx-proxy.tld:8888/port")
|
||||
assert r.status_code == 200
|
||||
|
Reference in New Issue
Block a user