2022-07-20 19:13:46 -05:00

12 lines
191 B
YAML

services:
my_app:
image: web-app:latest
container_name: web-app
ports:
- "8080:8080"
networks:
- network-example
networks:
network-example:
external: true