Follow up on #1341 (#1344)

* mv d.yaml to examples

* rephrase debug log messages a bit
This commit is contained in:
namusyaka
2020-11-04 08:26:15 +08:00
committed by GitHub
parent 45864ed624
commit 119f0b8f70
2 changed files with 2 additions and 2 deletions
@@ -0,0 +1,13 @@
version: "2"
services:
nginx:
image: nginx
build: ./foobar
ports:
- "6060:6060/udp"
- "5000:5000"
cap_add:
- ALL
container_name: foobar
labels:
kompose.service.type: loadbalancer