fix: add $

This commit is contained in:
Alessandro Pezzè 2021-05-17 22:43:01 +02:00
parent 32060df26d
commit a40cf8d6bb

View file

@ -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}