Skip to content

Commit

Permalink
Fix volume configuration in docker-compose.yml #295
Browse files Browse the repository at this point in the history
Co-authored-by: admiralhr99 <admiralhr99@gmail.com>
  • Loading branch information
alireza0 and admiralhr99 committed Oct 29, 2024
1 parent 42f24c4 commit fe5b6cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -35,7 +35,7 @@ services:
container_name: sing-box
volumes:
- "singbox:/app/"
- "$PWD/cert:/cert"
- "./cert:/cert"
networks:
- s-ui
ports:
Expand Down

0 comments on commit fe5b6cf

Please sign in to comment.