Skip to content
This repository has been archived by the owner before Nov 9, 2022. It is now read-only.
Permalink
81b1e130b8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
19 lines (16 sloc) 200 Bytes
---
kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: redis
pull: always
image: redis:latest
ports:
- 6379
- port: 6379
host: 6379
protocol: TCP
...