# file docker-compose.yml version: '3' services: nc-server: # image: netcat_server build: . restart: unless-stopped ports: - "4321:1234"