mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
remove unnecessary DOCKERBUILD env variable from postgres container role
This commit is contained in:
parent
c84e33bf47
commit
45a37a5a99
1 changed files with 1 additions and 1 deletions
|
@ -5,8 +5,8 @@
|
|||
name: postgres
|
||||
image: postgres:13.1
|
||||
state: started
|
||||
hostname: postgres
|
||||
env:
|
||||
DOCKERBUILD: "True"
|
||||
POSTGRES_USER: newsblur
|
||||
POSTGRES_PASSWORD: newsblur
|
||||
restart_policy: unless-stopped
|
||||
|
|
Loading…
Add table
Reference in a new issue