Skip to content

Commit

Permalink
Use the default cgroup parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Aug 26, 2024
1 parent 32d0193 commit 67bc262
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
tty: true
restart: always
privileged: true
# cgroup: host
cgroup: host
volumes:
- community_data:/var/www/onlyoffice/Data
- community_log:/var/log/onlyoffice
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
tty: true
restart: always
privileged: true
# cgroup: host
cgroup: host
volumes:
- community_data:/var/www/onlyoffice/Data
- community_log:/var/log/onlyoffice
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.workspace_enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
tty: true
restart: always
privileged: true
# cgroup: host
cgroup: host
volumes:
- community_data:/var/www/onlyoffice/Data
- community_log:/var/log/onlyoffice
Expand Down

0 comments on commit 67bc262

Please sign in to comment.