Skip to content

Commit

Permalink
ACS-8197 Quote booleans in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
dsibilio committed Jun 13, 2024
1 parent b5c73a4 commit 9418954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose/enterprise/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ services:
image: alfresco/alfresco-acs-nginx:${ACS_NGINX_TAG}
mem_limit: 128m
environment:
DISABLE_CONTROL_CENTER: true
DISABLE_SYNCSERVICE: true
DISABLE_PROMETHEUS: true
DISABLE_CONTROL_CENTER: "true"
DISABLE_SYNCSERVICE: "true"
DISABLE_PROMETHEUS: "true"
depends_on:
- alfresco
- digital-workspace
Expand Down

0 comments on commit 9418954

Please sign in to comment.