1159cl/compose-dev.yaml
Mario1159 402d45687d
All checks were successful
Release / test (push) Successful in 39s
Release / push-docker-image (push) Successful in 40s
Change docker mapped port
2023-05-23 20:06:29 -04:00

7 lines
101 B
YAML

version: "3.9"
services:
app:
image: mario1159/1159cl
build: .
ports:
- 8080:3000