mirror of
https://github.com/daniviga/bite.git
synced 2024-11-23 05:16:13 +01:00
13 lines
193 B
YAML
13 lines
193 B
YAML
|
version: "3.7"
|
||
|
|
||
|
edge-host:
|
||
|
<<: *service_default
|
||
|
image: docker:dind
|
||
|
privileged: true
|
||
|
environment:
|
||
|
DOCKER_TLS_CERTDIR:
|
||
|
# networks:
|
||
|
# - net
|
||
|
ports:
|
||
|
- "127.0.0.1:22375:2375"
|