File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ services:
1616 # Defaults in case values aren't passed in via the environment, so 0 (root) isn't used. Justfile overrides them.
1717 # NOTE: Keep in sync with the UID/GID in docker/Dockerfile
1818 environment :
19- UID : 75030
20- GID : 75030
2119 DB_HOST : db
2220 DB_NAME : bpc
2321 DB_USER : bpc
@@ -43,8 +41,7 @@ services:
4341 # This particular line makes it both skip the connection to the Cicero server AND the validation of the username/password
4442 # For that reason, depending on what you're testing, you might want to comment out this line
4543 CITIZEN_LOGIN_API_VALIDATOR : system.utils.always_validate_citizen
46-
47- user : " ${UID}:${GID}"
44+
4845 build :
4946 context : .
5047 dockerfile : docker/Dockerfile
You can’t perform that action at this time.
0 commit comments