We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2277dac commit 41c1c15Copy full SHA for 41c1c15
docker-compose-persist-postgres.yml
@@ -13,6 +13,8 @@ services:
13
- BUILDMAJORVERSION=${BUILDMAJORVERSION:-1}
14
- BUILDMINORVERSION=${BUILDMINORVERSION:-1}
15
- BUILDPATCHVERSION=${BUILDPATCHVERSION:-1}
16
+ - UID=${UID}
17
+ - GID=${GID}
18
command:
19
- bash
20
- -c
docker-compose.yml
0 commit comments