Skip to content

Commit 6e0863d

Browse files
committed
回退到 4.96.4 版本,修复以致 BUG
coder/code-server#7214
1 parent 3c28b24 commit 6e0863d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM linuxserver/code-server:4.97.2
1+
FROM linuxserver/code-server:4.96.4
22

33
RUN sed -i s@/archive.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list
44
RUN apt-get clean && \

bin/stop.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ "x${KEEP_DB}" == "x--keepdb" ]; then
1111
docker ps | grep "${IMAGE_NAME}" | grep -v -e "redis" -e "mysql" | awk '{print $1}' | xargs docker stop
1212

1313
else
14-
docker-compose down
14+
auth_password=0 sudo_password=0 uid=0 gid=0 workpath="" docker-compose up -d
1515

1616
echo "Docker is stopped ."
1717
fi

0 commit comments

Comments
 (0)