mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
10 lines
168 B
YAML
10 lines
168 B
YAML
version: "3.8"
|
|
services:
|
|
croc:
|
|
image: schollz/croc
|
|
ports:
|
|
- "9009-9013:9009-9013"
|
|
environment:
|
|
- CROC_PASS=hackme
|
|
restart: unless-stopped
|