From 4b9cd7ccb77e8aa3db0c8a8de77fa8edf9ced264 Mon Sep 17 00:00:00 2001 From: Markus Date: Fri, 28 Feb 2025 10:35:47 +0100 Subject: [PATCH] Update user information --- .env | 2 ++ docker-compose.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..3247105 --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +UID=1000 +GID=1000 diff --git a/docker-compose.yml b/docker-compose.yml index e6e6c4d..228e9c1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,7 @@ services: - ./cms:/var/www/html networks: - app-network + user: "${UID}:${GID}" nginx: image: nginx:alpine @@ -19,4 +20,4 @@ services: - app-network networks: - app-network: + app-network: \ No newline at end of file