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
......@@ -42,7 +42,7 @@ services:
container_name: cachedta
image: nginx:alpine
ports:
- '80:8080'
- '82:8080'
volumes:
- './conf:/etc/nginx'
depends_on:
......
Supports Markdown
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