diff --git a/composer.json b/composer.json index 5cdd9d37..41b00145 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,8 @@ "symfony/runtime": "^6.2", "symfony/intl": "^6.2", "symfony/dotenv": "^6.2", - "chrome-php/chrome": "^1.6" + "chrome-php/chrome": "^1.6", + "gotenberg/gotenberg-php": "^1.1" }, "suggest": { "elasticsearch/elasticsearch": "Required for Elastic Search service" diff --git a/config/config.yaml b/config/config.yaml index 575afb9c..a9985b74 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -23,7 +23,7 @@ pimcore: uri: 'ws://chrome:3000/' gotenberg: - base_url: 'gotenberg:3001' + base_url: 'gotenberg:3000' config_location: image_thumbnails: diff --git a/docker-compose.yaml b/docker-compose.yaml index a21ffab6..cea4e842 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -52,8 +52,6 @@ services: gotenberg: image: gotenberg/gotenberg:7 - ports: - - "3001:3001" volumes: pimcore-demo-database: \ No newline at end of file