mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-22 08:41:48 +03:00
fix(docker-compose): Use the key-value style for environments to prevent human errors (#840)
This commit is contained in:
parent
050d6aa982
commit
66fd39a9bc
@ -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…
Reference in New Issue
Block a user