forked from LaconicNetwork/kompose
13 lines
119 B
YAML
13 lines
119 B
YAML
version: '3.8'
|
|
|
|
networks:
|
|
web:
|
|
|
|
services:
|
|
nginx:
|
|
image: nginx
|
|
ports:
|
|
- 80:80
|
|
networks:
|
|
- web
|