Skip to content

Commit

Permalink
Merge pull request #229 from davidnewhall/bakerboy448-patch-1
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
davidnewhall authored Dec 11, 2022
2 parents 4b06653 + 8619db8 commit c0e04a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
# Get the user:group correct so unpackerr can read and write to your files.
user: ${PUID}:${PGID}
#user: 1000:1000
# What you see below are defaults. You only need to include things you change.
# What you see below are defaults for this compose. You only need to modify things specific to your environment.
environment:
- TZ=${TZ}
# General config
Expand Down

0 comments on commit c0e04a4

Please sign in to comment.