mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-11-29 16:09:49 +00:00
add croc
This commit is contained in:
1
croc/.env.example
Normal file
1
croc/.env.example
Normal file
@@ -0,0 +1 @@
|
||||
CROC_PASS=pass1234
|
||||
7
croc/docker-compose.yml
Normal file
7
croc/docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
croc:
|
||||
image: schollz/croc:10
|
||||
ports:
|
||||
- "9009-9013:9009-9013"
|
||||
env_file: .env
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user