diff --git a/docker-compose.yml b/docker-compose.yml index c2cda8d..925db00 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,13 +1,11 @@ -version: "3.8" - services: qwc2-minimal: build: context: . target: dev ports: - - "8081:8081" + - "8080:8080" volumes: - ./app:/app - ./example_config/config.json:/usr/share/nginx/html/config.json - - ./example_config/themes.json:/usr/share/nginx/html/themes.json \ No newline at end of file + - ./example_config/themes.json:/usr/share/nginx/html/themes.json