version: '3.9' services: web: build: . image: docker.arimelody.me/arimelody container_name: arimelody ports: - 80:80 restart: unless-stopped