mirror of
https://github.com/moby/moby.git
synced 2026-07-08 23:57:50 +00:00
12 lines
160 B
YAML
12 lines
160 B
YAML
|
|
version: "3.1"
|
|
services:
|
|
web:
|
|
image: busybox:latest
|
|
command: top
|
|
secrets:
|
|
- special
|
|
secrets:
|
|
special:
|
|
file: fixtures/secrets/default
|