First version
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
drawio:
|
||||
container_name: Draw.io
|
||||
image: jgraph/drawio
|
||||
healthcheck:
|
||||
test: curl -f http://localhost:8080/ || exit 1
|
||||
mem_limit: 4g
|
||||
cpu_shares: 768
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
restart: always
|
||||
ports:
|
||||
- 5022:8080
|
||||
Reference in New Issue
Block a user