1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-22 12:53:00 +00:00
kiwi-scp/default.docker.down/docker-compose.yml

12 lines
164 B
YAML
Raw Normal View History

2018-09-13 23:00:30 +00:00
version: '2'
networks:
default:
external:
name: $DOCKERNET
services:
something:
image: maintainer/repo:tag
restart: unless-stopped
[...]