fix port expose

parent 3dd9ec3e
Pipeline #845 failed with stages
in 8 seconds
services: services:
front: client:
build: ./ build:
container_name: client context: ./
expose: ports:
- '8080:8080' - '8080:8080'
env_file:
- .env
networks: networks:
- app-network - 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