summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker-compose.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 7130f4606..27792b3d3 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -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