This commit is contained in:
2025-10-23 16:03:12 +00:00
parent dd6fcdedd1
commit 3cd3b692c1
4 changed files with 28 additions and 0 deletions

1
croc/.env.example Normal file
View File

@@ -0,0 +1 @@
CROC_PASS=pass1234

7
croc/docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
croc:
image: schollz/croc:10
ports:
- "9009-9013:9009-9013"
env_file: .env
restart: unless-stopped