An open API service indexing awesome lists of open source software.

https://github.com/dev-shimada/stateless-palworld-server


https://github.com/dev-shimada/stateless-palworld-server

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# build
- build
```bash
docker buildx build --platform=linux/amd64 server -t palworld-server:`date "+%Y%m%d"`
```

# run
- run
```bash
docker run -it --name palworld -p 8211:8211/udp -e STORE=s3://example/data0 palworld-server:`date "+%Y%m%d"`
```