1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/croc/docker-compose.yml

10 lines
168 B
YAML
Raw Normal View History

2023-02-23 12:35:13 +02:00
version: "3.8"
services:
croc:
image: schollz/croc
ports:
- "9009-9013:9009-9013"
environment:
- CROC_PASS=hackme
restart: unless-stopped