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