Renomme le service compose en "pointeuse" et rend l'UID/GID configurable via .env
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
services:
|
||||
app:
|
||||
pointeuse:
|
||||
build: .
|
||||
user: "${UID}:${GID}"
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user