version: '3' services: app: image: http-server build: . restart: always volumes: - "./resource:/resource" ports: - "8000:8000"