You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

docker-compose.env.yml 96 B

1234567
  1. version: "3.8"
  2. services:
  3. redis:
  4. image: redis:7.0.4-alpine
  5. ports:
  6. - "6379:6379"