mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-11-29 16:09:49 +00:00
10 lines
198 B
YAML
10 lines
198 B
YAML
services:
|
|
croc:
|
|
image: schollz/croc:10
|
|
labels:
|
|
- "com.centurylinklabs.watchtower.enable=true"
|
|
ports:
|
|
- "9009-9013:9009-9013"
|
|
env_file: .env
|
|
restart: unless-stopped
|