mirror of
https://github.com/sist2app/sist2.git
synced 2025-05-10 20:05:57 +02:00
Update compose file to avoid confusion. Fixes #490
This commit is contained in:
parent
4dd5e70406
commit
d44679131b
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
- /data/sist2-admin-data/:/sist2-admin/
|
||||
- /:/host
|
||||
- /<path to index>/:/host
|
||||
ports:
|
||||
- 4090:4090
|
||||
# NOTE: Don't expose this port publicly!
|
||||
|
|
|
@ -18,7 +18,7 @@ services:
|
|||
container_name: sist2-admin
|
||||
volumes:
|
||||
- /data/sist2-admin-data/:/sist2-admin/
|
||||
- /:/host
|
||||
- /<path to index>/:/host
|
||||
ports:
|
||||
- 4090:4090
|
||||
# NOTE: Don't export this port publicly!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue