1
0
stack-orchestrator/app/data/compose/docker-compose-test.yml
David Boreham 629e484c30 Implement deploy-system port command
Former-commit-id: ea6f932e001a7320f9c9dbf69b0a8bc91445ea48
2023-01-23 22:09:56 -07:00

8 lines
114 B
YAML

version: "3.2"
services:
test:
image: cerc/test-container:local
restart: always
ports:
- "80"