version: '3' services: nextcloud: ports: - "8888:8888" restart: "no" nextcloud-mysql: ports: - "3306:3306" restart: "no"