Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TeDomum
Documentation
Commits
82ffecdf
Commit
82ffecdf
authored
Apr 22, 2020
by
kaiyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the path to db in Nextcloud
parent
566775a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
apps/data/docker-compose.yml
apps/data/docker-compose.yml
+2
-2
No files found.
apps/data/docker-compose.yml
View file @
82ffecdf
...
...
@@ -4,8 +4,8 @@ services:
db
:
image
:
postgres:11-alpine
volumes
:
-
./
new
db:/var/lib/postgresql/data
-
./
new
wal:/wal
-
./db:/var/lib/postgresql/data
-
./wal:/wal
-
./postgresql.conf:/var/lib/postgresql/data/postgresql.conf
environment
:
-
POSTGRES_USER
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment