fix(docker-compose): Use the key-value style for environments to prevent human errors (#840)
This commit is contained in:
parent
050d6aa982
commit
66fd39a9bc
1 changed files with 6 additions and 6 deletions
|
|
@ -6,12 +6,12 @@ services:
|
|||
container_name: zellij-e2e
|
||||
hostname: zellij-e2e
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Vienna
|
||||
- PASSWORD_ACCESS=true
|
||||
- USER_PASSWORD=test
|
||||
- USER_NAME=test
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
TZ: Europe/Vienna
|
||||
PASSWORD_ACCESS: true
|
||||
USER_PASSWORD: test
|
||||
USER_NAME: test
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue