From 82faefc790f6fe1235df9eb951e7f5b18aac4cd9 Mon Sep 17 00:00:00 2001 From: Gilles Date: Thu, 18 Feb 2021 11:15:35 +0100 Subject: [PATCH] Fix volume indent in docker-compose example --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3fd54a0..1ce18c0e 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,10 @@ services: - AUTO_BACKUP_DAYS_TO_LIVE=3 - AUTO_BACKUP_ON_UPDATE=1 - AUTO_BACKUP_ON_SHUTDOWN=1 -volumes: - - ./valheim/saves:/home/steam/.config/unity3d/IronGate/Valheim - - ./valheim/server:/home/steam/valheim - - ./valheim/backups:/home/steam/backups + volumes: + - ./valheim/saves:/home/steam/.config/unity3d/IronGate/Valheim + - ./valheim/server:/home/steam/valheim + - ./valheim/backups:/home/steam/backups ```