completed some missed lines

This commit is contained in:
gyurix
2024-12-30 15:29:45 +01:00
parent 35221431b5
commit 6c1d6845de

View File

@@ -131,6 +131,12 @@
"NAME": "memcache-app", "NAME": "memcache-app",
"NETWORK": "openproject-net", "NETWORK": "openproject-net",
"SELECTOR": "memcache-app", "SELECTOR": "memcache-app",
"EXTRA": "--restart unless-stopped",
"DEPEND": [],
"START_ON_BOOT": "false",
"CMD": "null",
"PRE_START": "null",
"POST_START": []
} }
] ]
} }