Skip to content

Commit

Permalink
update docker-compose.example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Jun 7, 2023
1 parent 4139140 commit d97cd12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ services:
image: "jmal/jmalcloud:latest"
environment:
MONGODB_URI: "mongodb://mongo:27017/jmalcloud"
PUID: "1000"
PGID: "1000"
TZ: "Asia/Shanghai"
ports:
- "${SERVER_PORT}:8088"
Expand Down

0 comments on commit d97cd12

Please sign in to comment.