Reset history to current sanitized state

This commit is contained in:
2026-08-17 17:26:02 +00:00
commit a3887805f0
4 changed files with 92 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
convertx:
image: ghcr.io/c4illin/convertx
container_name: convertx
restart: unless-stopped
env_file:
- /srv/docker/secrets/convertx/.env
volumes:
- /srv/appdata/convertx/data:/app/data
networks:
npm_proxy:
ipv4_address: 192.168.98.18
networks:
npm_proxy:
external: true