mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-22 12:53:00 +00:00
12 lines
164 B
YAML
12 lines
164 B
YAML
|
version: '2'
|
||
|
|
||
|
networks:
|
||
|
default:
|
||
|
external:
|
||
|
name: $DOCKERNET
|
||
|
|
||
|
services:
|
||
|
something:
|
||
|
image: maintainer/repo:tag
|
||
|
restart: unless-stopped
|
||
|
[...]
|