Browse Source

fix pos

release
xiaohanzi 3 years ago
parent
commit
f328a05020
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      docker-compose.yml

+ 5
- 5
docker-compose.yml View File

@@ -1,10 +1,10 @@
version: "3"
services:
# redis:
# image: redis:alpine
# restart: always
# networks:
# - backend
redis:
image: redis:alpine
restart: always
networks:
- backend
config:
build:
context: ./config-server


Loading…
Cancel
Save