Update compose file to avoid confusion. Fixes #490

This commit is contained in:
Shy 2025-01-23 21:45:01 -05:00
parent 4dd5e70406
commit d44679131b
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /data/sist2-admin-data/:/sist2-admin/ - /data/sist2-admin-data/:/sist2-admin/
- /:/host - /<path to index>/:/host
ports: ports:
- 4090:4090 - 4090:4090
# NOTE: Don't expose this port publicly! # NOTE: Don't expose this port publicly!

View File

@ -18,7 +18,7 @@ services:
container_name: sist2-admin container_name: sist2-admin
volumes: volumes:
- /data/sist2-admin-data/:/sist2-admin/ - /data/sist2-admin-data/:/sist2-admin/
- /:/host - /<path to index>/:/host
ports: ports:
- 4090:4090 - 4090:4090
# NOTE: Don't export this port publicly! # NOTE: Don't export this port publicly!