mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-15 06:01:25 +00:00
local test setup
This commit is contained in:
parent
c094a4e1a2
commit
eea0736296
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
secure.http_mods = mail
|
||||
webmail.url = http://127.0.0.1:8080
|
||||
webmail.url = http://localhost:8080
|
||||
webmail.key = myserverkey
|
||||
webmail.disallow_banned_players = true
|
||||
|
|
|
@ -4,4 +4,5 @@ docker run --rm -it \
|
|||
-u root:root \
|
||||
-v $(pwd)/minetest.conf:/etc/minetest/minetest.conf \
|
||||
-v $(pwd)/../:/root/.minetest/worlds/world/worldmods/mail_mod \
|
||||
registry.gitlab.com/minetest/minetest/server:5.0.1
|
||||
--network host \
|
||||
registry.gitlab.com/minetest/minetest/server:5.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue