Skip to content

Commit 41c1c15

Browse files
- Path confusion.
1 parent 2277dac commit 41c1c15

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docker-compose-persist-postgres.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ services:
1313
- BUILDMAJORVERSION=${BUILDMAJORVERSION:-1}
1414
- BUILDMINORVERSION=${BUILDMINORVERSION:-1}
1515
- BUILDPATCHVERSION=${BUILDPATCHVERSION:-1}
16+
- UID=${UID}
17+
- GID=${GID}
1618
command:
1719
- bash
1820
- -c

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ services:
1313
- BUILDMAJORVERSION=${BUILDMAJORVERSION:-1}
1414
- BUILDMINORVERSION=${BUILDMINORVERSION:-1}
1515
- BUILDPATCHVERSION=${BUILDPATCHVERSION:-1}
16+
- UID=${UID}
17+
- GID=${GID}
1618
command:
1719
- bash
1820
- -c

0 commit comments

Comments
 (0)