mirror of https://github.com/docker/compose.git
7 lines
78 B
YAML
7 lines
78 B
YAML
|
version: '3.8'
|
||
|
services:
|
||
|
back:
|
||
|
image: alpine
|
||
|
ports:
|
||
|
- 8082:80
|