mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-02-23 17:28:14 +00:00
tests: remove remaining unneeded container config
This commit is contained in:
parent
bfdd72fe95
commit
005377c6e5
@ -1,6 +1,3 @@
|
||||
include:
|
||||
- ../compose.base.yml
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: test_events-net
|
@ -24,5 +24,3 @@ services:
|
||||
VIRTUAL_HOST: "host-network.nginx-proxy.tld"
|
||||
VIRTUAL_PORT: "8080"
|
||||
network_mode: host
|
||||
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
services:
|
||||
nginx-proxy:
|
||||
image: nginxproxy/nginx-proxy:test
|
||||
container_name: nginx-proxy
|
||||
volumes:
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
environment:
|
||||
HTTP_PORT: 8888
|
||||
network_mode: host
|
Loading…
x
Reference in New Issue
Block a user