Sign inSign up

naklma/sphereserver

By naklma

Updated over 5 years ago

Sphereserver for UltimaOnline

Image
0

2.7K

naklma/sphereserver repository overview

Sphereserver emulation for game Ultima Online

Server with docker and local persistence storage.

Info:

docker network create --subnet=192.168.100.0/16 sphereserver

docker run -d
-it
-p 2593:2593/tcp
-p 2593:2593/udp
--hostname sphereserver
--net sphereserver
--ip 192.168.100.2
--restart unless-stopped
--name sphereserver
--mount type=bind,source=/sphereserver/data/accounts,target=/source/Source/accounts
--mount type=bind,source=/sphereserver/data/logs,target=/source/Source/logs
--mount type=bind,source=/sphereserver/data/mul,target=/source/Source/mul
--mount type=bind,source=/sphereserver/data/save,target=/source/Source/save
--mount type=bind,source=/sphereserver/data/scripts,target=/source/Source/scripts
--mount type=bind,source=/sphereserver/data/sphere.ini,target=/source/Source/sphere.ini
--mount type=bind,source=/sphereserver/data/sphereCrypt.ini,target=/source/Source/sphereCrypt.ini
naklma/sphereserver:buildID


docker exec -it containerIDorNAME bash


docker container stop sphereserver docker container rm sphereserver

Tag summary

Content type

Image

Digest

Size

438.4 MB

Last updated

over 6 years ago

docker pull naklma/sphereserver