From 42b78a0e33676b560f6d3b8fbd7d7cf46e915b7f Mon Sep 17 00:00:00 2001 From: Matthew Tran Date: Sun, 15 Oct 2023 06:11:35 +0000 Subject: [PATCH] disable terraria server --- README.md | 2 +- compose.yml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7a762ec..712c423 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/compose.yml b/compose.yml index bea9c8a..fe61b41 100644 --- a/compose.yml +++ b/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