mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
fix: make link->make lint
Signed-off-by: kubbot <3293172751ysy@gmail.com>
This commit is contained in:
parent
f5081b7b61
commit
84e02fa366
@ -1,5 +1,5 @@
|
|||||||
# Build Stage
|
# Build Stage
|
||||||
FROM golang:1.21 AS builder
|
FROM golang:1.20 AS builder
|
||||||
|
|
||||||
# Set go mod installation source and proxy
|
# Set go mod installation source and proxy
|
||||||
ARG GO111MODULE=on
|
ARG GO111MODULE=on
|
||||||
|
@ -99,8 +99,8 @@ services:
|
|||||||
command: minio server /data --console-address ':9090'
|
command: minio server /data --console-address ':9090'
|
||||||
|
|
||||||
openim-server:
|
openim-server:
|
||||||
image: ghcr.io/openimsdk/openim-server:latest
|
#image: ghcr.io/openimsdk/openim-server:latest
|
||||||
# build: .
|
build: .
|
||||||
container_name: openim-server
|
container_name: openim-server
|
||||||
volumes:
|
volumes:
|
||||||
- ./logs:/openim/openim-server/logs
|
- ./logs:/openim/openim-server/logs
|
||||||
@ -170,4 +170,4 @@ services:
|
|||||||
# container_name: node-exporter
|
# container_name: node-exporter
|
||||||
# restart: always
|
# restart: always
|
||||||
# ports:
|
# ports:
|
||||||
# - "9100:9100"
|
# - "9100:9100"
|
||||||
|
0
scripts/start_component_check.sh
Normal file → Executable file
0
scripts/start_component_check.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user