Skip to content
Snippets Groups Projects
Commit 19531532 authored by Sebastian Höffner's avatar Sebastian Höffner
Browse files

Fixing the ports for local deployment using docker-compose.

parent 4c51ad12
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ services:
openccg:
build: .
ports:
- "80:8080"
environment:
- DISPLAY=${IP}:0
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment