pref: update nginx config
This commit is contained in:
parent
02c80d06d6
commit
85fc3a5083
@ -24,13 +24,11 @@ services:
|
|||||||
build: ./nginx
|
build: ./nginx
|
||||||
container_name: ipv6-test-nginx
|
container_name: ipv6-test-nginx
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
labels:
|
||||||
- 80:80
|
- traefik.enable=true
|
||||||
# labels:
|
- traefik.http.routers.ipv6-test.rule=Host(`test.ipv6test.online`) || Host(`4.ipv6test.online`) || Host(`6.ipv6test.online`)
|
||||||
# - traefik.enable=true
|
- traefik.http.routers.ipv6-test.entrypoints=web,websecure
|
||||||
# - traefik.http.routers.ipv6-test.rule=Host(`test.ipv6test.online`) || Host(`4.ipv6test.online`) || Host(`6.ipv6test.online`)
|
- traefik.http.routers.ipv6-test.tls.certresolver=letsencrypt
|
||||||
# - traefik.http.routers.ipv6-test.entrypoints=web,websecure
|
|
||||||
# - traefik.http.routers.ipv6-test.tls.certresolver=letsencrypt
|
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
- ipv6-test
|
- ipv6-test
|
||||||
|
2
web
2
web
@ -1 +1 @@
|
|||||||
Subproject commit fe04e92e04edc6faefa87a3121cc287544df32bd
|
Subproject commit a6b4fe0222e873bb27ee28f20cb6c1d4f02c0e51
|
Loading…
Reference in New Issue
Block a user