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
|
||||
- p2pool (`xmrig -o matthewtran.com:3333`)
|
||||
- minecraft
|
||||
- terraria
|
||||
- ~~terraria~~
|
||||
- wireguard
|
||||
|
||||
## setup
|
||||
|
20
compose.yml
20
compose.yml
@ -65,13 +65,13 @@ services:
|
||||
- default6
|
||||
volumes:
|
||||
- ./minecraft/world:/home/matt/world
|
||||
terraria:
|
||||
restart: always
|
||||
build: terraria/.
|
||||
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
|
||||
ports:
|
||||
- "7777:7777"
|
||||
networks:
|
||||
- default6
|
||||
volumes:
|
||||
- ./terraria/worlds:/home/matt/worlds
|
||||
# terraria:
|
||||
# restart: always
|
||||
# build: terraria/.
|
||||
# entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
|
||||
# ports:
|
||||
# - "7777:7777"
|
||||
# networks:
|
||||
# - default6
|
||||
# volumes:
|
||||
# - ./terraria/worlds:/home/matt/worlds
|
||||
|
Loading…
x
Reference in New Issue
Block a user