docker-compose.yml
@@ -8,11 +8,11 @@ - "81:81" # 容器停止后会重启 restart: always depends_on: - redis redis: image: "redis:alpine" ports: - "6381:6379" restart: always # depends_on: # - redis # redis: # image: "redis:alpine" # ports: # - "6381:6379" # restart: always