* mv d.yaml to examples * rephrase debug log messages a bit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user