mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
disable terraria server
This commit is contained in:
parent
e44572b64d
commit
42b78a0e33
@ -7,7 +7,7 @@ Stuff that's deployed on [matthewtran.com](http://matthewtran.com). Tested on Ub
|
|||||||
- monerod
|
- monerod
|
||||||
- p2pool (`xmrig -o matthewtran.com:3333`)
|
- p2pool (`xmrig -o matthewtran.com:3333`)
|
||||||
- minecraft
|
- minecraft
|
||||||
- terraria
|
- ~~terraria~~
|
||||||
- wireguard
|
- wireguard
|
||||||
|
|
||||||
## setup
|
## setup
|
||||||
|
20
compose.yml
20
compose.yml
@ -65,13 +65,13 @@ services:
|
|||||||
- default6
|
- default6
|
||||||
volumes:
|
volumes:
|
||||||
- ./minecraft/world:/home/matt/world
|
- ./minecraft/world:/home/matt/world
|
||||||
terraria:
|
# terraria:
|
||||||
restart: always
|
# restart: always
|
||||||
build: terraria/.
|
# build: terraria/.
|
||||||
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
|
# entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
|
||||||
ports:
|
# ports:
|
||||||
- "7777:7777"
|
# - "7777:7777"
|
||||||
networks:
|
# networks:
|
||||||
- default6
|
# - default6
|
||||||
volumes:
|
# volumes:
|
||||||
- ./terraria/worlds:/home/matt/worlds
|
# - ./terraria/worlds:/home/matt/worlds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user