Explorar el Código

fix pos

release
xiaohanzi hace 3 años
padre
commit
f328a05020
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. +5
    -5
      docker-compose.yml

+ 5
- 5
docker-compose.yml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar