fix port expose

parent 3dd9ec3e
Pipeline #845 failed with stages
in 8 seconds
services:
front:
build: ./
container_name: client
expose:
client:
build:
context: ./
ports:
- '8080:8080'
env_file:
- .env
networks:
- app-network
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment