mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-23 01:01:30 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user