Skip to content

Commit

Permalink
export vars before startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Derkades committed May 11, 2021
1 parent 7cc3516 commit c8bcee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# export USER_ID=$(id -u); export GROUP_ID=$(id -g); docker-compose build; docker-compose pull
#
# Run:
# docker-compose up
# export USER_ID=$(id -u); export GROUP_ID=$(id -g); docker-compose up
#
# Uninstall
# docker-compose down
Expand Down

0 comments on commit c8bcee0

Please sign in to comment.