fix(affine): fix small typo (#3868)
This commit is contained in:
parent
2a2e55f558
commit
7fdd4ed53e
|
@ -74,7 +74,7 @@ services:
|
|||
|
||||
affine-postgres:
|
||||
image: postgres
|
||||
container_name: affinepostgres
|
||||
container_name: affine-postgres
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data
|
||||
|
|
Loading…
Reference in New Issue
Block a user