mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-16 13:08:25 -04:00
feat added custom pages
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
FROM zookeeper:latest
|
||||
|
||||
LABEL maintainer="Hyduan <hyduan96@qq.com>"
|
||||
|
||||
VOLUME /data
|
||||
VOLUME /datalog
|
||||
|
||||
EXPOSE 2181
|
||||
|
||||
CMD ["zkServer.sh", "start-foreground"]
|
||||
Reference in New Issue
Block a user