https://github.com/dev-shimada/stateless-palworld-server
https://github.com/dev-shimada/stateless-palworld-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-shimada/stateless-palworld-server
- Owner: dev-shimada
- Created: 2024-08-11T07:35:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-15T07:05:08.000Z (7 months ago)
- Last Synced: 2025-11-15T09:07:49.786Z (7 months ago)
- Language: Dockerfile
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"`
```