mirror of
https://github.com/alireza0/s-ui.git
synced 2026-08-29 05:45:33 +00:00
Fix volume configuration in docker-compose.yml #295
Co-authored-by: admiralhr99 <admiralhr99@gmail.com>
This commit is contained in:
parent
42f24c45c9
commit
fe5b6cf922
1 changed files with 3 additions and 3 deletions
|
|
@ -6,8 +6,8 @@ services:
|
|||
hostname: "S-UI docker"
|
||||
volumes:
|
||||
- "singbox:/app/bin"
|
||||
- "$PWD/db:/app/db"
|
||||
- "$PWD/cert:/app/cert"
|
||||
- "./db:/app/db"
|
||||
- "./cert:/app/cert"
|
||||
- "logs:/logs"
|
||||
environment:
|
||||
SINGBOX_API: "sing-box:1080"
|
||||
|
|
@ -35,7 +35,7 @@ services:
|
|||
container_name: sing-box
|
||||
volumes:
|
||||
- "singbox:/app/"
|
||||
- "$PWD/cert:/cert"
|
||||
- "./cert:/cert"
|
||||
networks:
|
||||
- s-ui
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue