1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

(bug) fix USER_ID variable in docker-compose.yml

This commit is contained in:
Sylvain 2022-06-14 16:16:59 +02:00
parent 8fee82f8c2
commit 2208504e8e

View File

@ -7,7 +7,7 @@ services:
RACK_ENV: production
env_file:
- ./config/env
user: 1000:100
user: USER_ID
volumes:
- ./public/packs:/usr/src/app/public/packs
- ./public/uploads:/usr/src/app/public/uploads