Commit 946d78eb authored by Lückemeyer's avatar Lückemeyer
Browse files

Changed cache test config port to 82 to avoid conflicts with standard software exposed on port 80

parent 5bf021e5
Pipeline #9073 passed with stage
...@@ -42,7 +42,7 @@ services: ...@@ -42,7 +42,7 @@ services:
container_name: cachedta container_name: cachedta
image: nginx:alpine image: nginx:alpine
ports: ports:
- '80:8080' - '82:8080'
volumes: volumes:
- './conf:/etc/nginx' - './conf:/etc/nginx'
depends_on: depends_on:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment