Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paring-chan/kimupack-server
키뮤팩 서버
https://github.com/paring-chan/kimupack-server
Last synced: 2 days ago
JSON representation
키뮤팩 서버
- Host: GitHub
- URL: https://github.com/paring-chan/kimupack-server
- Owner: paring-chan
- License: mit
- Created: 2021-01-04T08:35:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:32:33.000Z (about 1 year ago)
- Last Synced: 2024-12-31T07:45:52.735Z (3 days ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 키뮤팩 서버
## 실행 방법
1. 업로드된 버전 실행
```
docker run -it -d -v $PWD/kimupack:/data -p 25565:25565 pikostudio/kimupack
```2. 개발버전 실행
```
# 다운로드
git clone https://github.com/pikokr/kimupack-server.git# 빌드
docker build -t kimupack .# 실행
docker run -it -d -v $PWD/kimupack:/data -p 25565:25565 kimupack
```