Update user information

This commit is contained in:
2025-02-28 10:35:47 +01:00
parent 1f4e772600
commit 4b9cd7ccb7
2 changed files with 4 additions and 1 deletions

2
.env Normal file
View File

@ -0,0 +1,2 @@
UID=1000
GID=1000

View File

@ -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: