1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-13 11:54:34 +00:00

test: ipv6 docker networks

This commit is contained in:
Nicolas Duchon
2024-05-15 20:28:08 +02:00
parent 5aea820aaa
commit dcc97b9cff
7 changed files with 133 additions and 0 deletions

View File

@ -36,6 +36,9 @@ jobs:
pip install -r python-requirements.txt
working-directory: test/requirements
- name: Pull nginx:alpine image
run: docker pull nginx:alpine
- name: Build Docker web server image
run: make build-webserver