fix(docker-compose): Use the key-value style for environments to prevent human errors (#840)

This commit is contained in:
Ken Matsui 2021-11-10 04:29:22 +09:00 committed by GitHub
parent 050d6aa982
commit 66fd39a9bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@ services:
container_name: zellij-e2e container_name: zellij-e2e
hostname: zellij-e2e hostname: zellij-e2e
environment: environment:
- PUID=1000 PUID: 1000
- PGID=1000 PGID: 1000
- TZ=Europe/Vienna TZ: Europe/Vienna
- PASSWORD_ACCESS=true PASSWORD_ACCESS: true
- USER_PASSWORD=test USER_PASSWORD: test
- USER_NAME=test USER_NAME: test
volumes: volumes:
- type: bind - type: bind
source: ./target source: ./target