2017-03-13 20:57:13 +01:00
|
|
|
version: '3.2'
|
2017-02-28 03:22:47 +01:00
|
|
|
services:
|
|
|
|
simple:
|
2019-07-15 18:56:04 +02:00
|
|
|
image: busybox:1.31.0-uclibc
|
2017-02-28 03:22:47 +01:00
|
|
|
command: top
|
|
|
|
ports:
|
|
|
|
- target: 3000
|
|
|
|
- target: 3001
|
2017-07-20 00:01:39 +02:00
|
|
|
published: 53222
|
2017-02-28 03:22:47 +01:00
|
|
|
- target: 3002
|
2017-07-20 00:01:39 +02:00
|
|
|
published: 53223
|
2017-02-28 03:22:47 +01:00
|
|
|
protocol: tcp
|
|
|
|
- target: 3003
|
2017-07-20 00:01:39 +02:00
|
|
|
published: 53224
|
2017-02-28 03:22:47 +01:00
|
|
|
protocol: udp
|