forked from LaconicNetwork/kompose
11 lines
198 B
YAML
11 lines
198 B
YAML
version: "3"
|
|
services:
|
|
nginx:
|
|
image: nginx
|
|
ports:
|
|
- "80:80"
|
|
labels:
|
|
kompose.volume.storage-class-name: custom-storage-class-name
|
|
volumes:
|
|
- /etc/nginx/nginx.conf
|