fix: infra: edge service missing restart: unless-stopped in lib/generators.sh (#768)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0db4c84818
commit
0baac1a7d8
1 changed files with 1 additions and 0 deletions
|
|
@ -407,6 +407,7 @@ services:
|
|||
edge:
|
||||
build: ./docker/edge
|
||||
container_name: disinto-edge
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- apparmor=unconfined
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue