From d44679131b2af29783d6f6d2f6a686dccffe2f5e Mon Sep 17 00:00:00 2001 From: Shy Date: Thu, 23 Jan 2025 21:45:01 -0500 Subject: [PATCH] Update compose file to avoid confusion. Fixes #490 --- README.md | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e15766d..959bedf 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ services: restart: unless-stopped volumes: - /data/sist2-admin-data/:/sist2-admin/ - - /:/host + - //:/host ports: - 4090:4090 # NOTE: Don't expose this port publicly! diff --git a/docker-compose.yml b/docker-compose.yml index b8209ad..c29514f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: container_name: sist2-admin volumes: - /data/sist2-admin-data/:/sist2-admin/ - - /:/host + - //:/host ports: - 4090:4090 # NOTE: Don't export this port publicly!