chore: add cgroup_parent and container_name yaml

This commit is contained in:
uccuz 2022-06-03 16:52:12 +08:00
parent eb4cf44583
commit 5892237eae
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,6 @@
version: "3.9"
services:
frontend:
image: awesome/frontend
cgroup_parent: "system"

View file

@ -0,0 +1,6 @@
version: "3.9"
services:
frontend:
image: awesome/frontend
container_name: "myfrontend"