10 lines
101 B
TOML
10 lines
101 B
TOML
[project]
|
|
name = "nginx"
|
|
|
|
[container]
|
|
image = "library/nginx"
|
|
version = "latest"
|
|
|
|
[expose]
|
|
port = 80
|