From 387cbe26c9c0808853bda4f37532bd9ba5f16073 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 13 Jul 2021 12:26:29 -0500 Subject: [PATCH] Mount a volume for modpacks --- playbooks/web.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/web.yml b/playbooks/web.yml index b3de96d..7a1b300 100755 --- a/playbooks/web.yml +++ b/playbooks/web.yml @@ -26,6 +26,7 @@ - 8001:80 volumes: - /data/9iron/files:/var/www/html/files + - /data/9iron/packs:/var/www/html/minecraft/packs tags: [ docker, 9iron ] - name: docker deploy desultd docker_container: