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