Skip to content

Commit

Permalink
build: Add UID and GID
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 committed Nov 5, 2024
1 parent fa06b74 commit acb0aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebrowser-compose-s1/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ services:
- TZ=Asia/Tokyo
ports:
- "8080:80"
user: "${UID}:${GID}"
user: "compose-user:compose-user"
restart: always

0 comments on commit acb0aa8

Please sign in to comment.