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:
parent
8fee82f8c2
commit
2208504e8e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user