17 lines
232 B
YAML
17 lines
232 B
YAML
## Add your compose file here
|
|
services:
|
|
hello_world:
|
|
image: hello-world
|
|
# networks:
|
|
# - default
|
|
# ports:
|
|
# - 3000:3000
|
|
# volumes:
|
|
# - data:/data
|
|
|
|
# networks:
|
|
# default: {}
|
|
|
|
# volumes:
|
|
# data:
|