version: '3.8' services: printfit: build: . container_name: printfit-app ports: - "1101:80" restart: always