services: geo-words: container_name: geo-words build: context: . dockerfile: Dockerfile # ports: # - "3002:80" expose: - "80" restart: unless-stopped # volumes: # - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro networks: - npm_public networks: npm_public: external: true