Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 42cdc07

Browse files
committedFeb 10, 2025
fix
1 parent 1ff2149 commit 42cdc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker/docker_redis/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ RUN ["chmod", "777", "-R", "/data/software/"]
1919

2020
CMD ["sh", "-c", "./init.sh -d"]
2121

22-
ENTRYPOINT [ "3306" ]
22+
EXPOSE 3306

0 commit comments

Comments
 (0)
Please sign in to comment.