mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2026-02-27 22:39:11 +00:00
15 lines
299 B
YAML
15 lines
299 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
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-size: "100m"
|
|
max-file: "3"
|