version: '3' services: test-app: image: registry.fandouke.com/test-image:latest container_name: test-container ports: - "5321:5000" restart: unless-stopped