mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
5 lines
56 B
Docker
5 lines
56 B
Docker
ARG ELK_VERSION
|
|
FROM kibana:${ELK_VERSION}
|
|
|
|
EXPOSE 5601
|