Reset history to current sanitized state
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
drawio:
|
||||
environment:
|
||||
JAVA_TOOL_OPTIONS: -Xms256m -Xmx1g -XX:+UseG1GC
|
||||
mem_limit: 1.5g
|
||||
memswap_limit: 2.5g
|
||||
container_name: drawio
|
||||
image: jgraph/drawio
|
||||
# ports:
|
||||
# - "8099:8080"
|
||||
# - "8943:8443"
|
||||
stdin_open: true
|
||||
tty: true
|
||||
restart: "unless-stopped"
|
||||
networks:
|
||||
npm_proxy:
|
||||
ipv4_address: 192.168.98.15
|
||||
networks:
|
||||
npm_proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user