Skip to content

Commit e4f399f

Browse files
authored
doc:更新docker引用
1 parent dc532d2 commit e4f399f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ supervisord is compiled inside a Docker image to be used directly inside another
249249

250250
```Dockerfile
251251
FROM debian:latest
252-
COPY --from=ochinchina/supervisord:latest /usr/local/bin/supervisord /usr/local/bin/supervisord
252+
COPY --from=laoshancun/supervisord:latest /usr/local/bin/supervisord /usr/local/bin/supervisord
253253
CMD ["/usr/local/bin/supervisord"]
254254
```
255255

0 commit comments

Comments
 (0)