appuser 권한 설정 변경 가능하게 구조화
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
services:
|
||||
api:
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- APP_UID=${APP_UID:-1000}
|
||||
- APP_GID=${APP_GID:-1000}
|
||||
env_file:
|
||||
- .env
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user