[fix][add][mod] fixed typo in api.yml, added data folder and modified compose

- [add] added existing data folder to prevent docker creating one as root
 - [mod] docker-compose.yml now uses $EUID as default user and group id
This commit is contained in:
2021-03-04 13:07:28 -05:00
parent d5b1006d2a
commit a0ff5cdebb
3 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ services:
build:
context: .
args:
USER_UID: ${UID_PROXY:-12001}
USER_GID: ${UID_PROXY:-12001}
USER_UID: ${UID_PROXY:-$EUID}
USER_GID: ${UID_PROXY:-$EUID}
environment:
# set to run app in subdirectory
RAILS_RELATIVE_URL_ROOT: /rynDNS