fix typo
This commit is contained in:
parent
10140fabba
commit
8e78620b11
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ services:
|
|||
restart: always
|
||||
image: 'postgres:${SOLIDTIME_POSTGRES_VERSION:-16}'
|
||||
environment:
|
||||
PGPASSWORD: '${SOLIDTIME_POSGRES_PASSWORD:?error}'
|
||||
PGPASSWORD: '${SOLIDTIME_POSTGRES_PASSWORD:?error}'
|
||||
POSTGRES_DB: '${SOLIDTIME_POSTGRES_DATABASE:?error}'
|
||||
POSTGRES_USER: '${SOLIDTIME_POSTGRES_USERNAME:?error}'
|
||||
POSTGRES_PASSWORD: '${SOLIDTIME_POSTGRES_PASSWORD:?error}'
|
||||
|
@ -102,7 +102,7 @@ services:
|
|||
networks:
|
||||
traefik:
|
||||
external: true
|
||||
internal:
|
||||
solidtime:
|
||||
|
||||
volumes:
|
||||
database-storage:
|
||||
|
|
Loading…
Add table
Reference in a new issue