mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-20 16:41: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
|
secure.http_mods = mail
|
||||||
webmail.url = http://127.0.0.1:8080
|
webmail.url = http://localhost:8080
|
||||||
webmail.key = myserverkey
|
webmail.key = myserverkey
|
||||||
webmail.disallow_banned_players = true
|
webmail.disallow_banned_players = true
|
||||||
|
|
|
@ -4,4 +4,5 @@ docker run --rm -it \
|
||||||
-u root:root \
|
-u root:root \
|
||||||
-v $(pwd)/minetest.conf:/etc/minetest/minetest.conf \
|
-v $(pwd)/minetest.conf:/etc/minetest/minetest.conf \
|
||||||
-v $(pwd)/../:/root/.minetest/worlds/world/worldmods/mail_mod \
|
-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