mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
fix: add $
This commit is contained in:
parent
32060df26d
commit
a40cf8d6bb
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: ./Resources/docker/app/Dockerfile
|
||||
user: {RUN_AS:-pokeapi}
|
||||
user: ${RUN_AS:-pokeapi}
|
||||
environment:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-pokemon}
|
||||
POSTGRES_USER: ${POSTGRES_USER:-ash}
|
||||
|
|
Loading…
Reference in a new issue