I have a docker-compose.yml file as follows:
version: "3.9" services: server: build: . ports: - "8086" environment: