mirror of
https://github.com/daniviga/bite.git
synced 2025-04-20 14:31:20 +02:00
13 lines
194 B
YAML
13 lines
194 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
edge-host:
|
|
image: docker:dind
|
|
privileged: true
|
|
environment:
|
|
DOCKER_TLS_CERTDIR:
|
|
networks:
|
|
- net
|
|
ports:
|
|
- "127.0.0.1:22375:2375"
|