Skip to content

Commit

Permalink
Merge pull request #5 from westsurname/dev
Browse files Browse the repository at this point in the history
Add user to docker compose
  • Loading branch information
westsurname authored May 16, 2024
2 parents f04f328 + e3a3794 commit 4397629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ DISCORD_UPDATE_ENABLED=false
DISCORD_WEBHOOK_URL=<discord_webhook_url>

PYTHONUNBUFFERED=TRUE
PUID=1000
PGID=1000
PUID=
PGID=
UMASK=002
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ x-blackhole: &blackhole
context: .
dockerfile: Dockerfile.blackhole
image: ghcr.io/westsurname/scripts/blackhole:latest
# user: "${PUID:-1000}:${PGID:-1000}"
user: "${PUID:-}${PGID:+:${PGID}}"
env_file:
- .env
restart: unless-stopped
Expand Down

0 comments on commit 4397629

Please sign in to comment.