Skip to content

Commit

Permalink
Merge pull request fhirbase#164 from Steven-Evans/fix-dockervolume
Browse files Browse the repository at this point in the history
Single quotes are not valid JSON
  • Loading branch information
niquola authored Oct 27, 2016
2 parents c73098b + 29275a4 commit 48b1a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -113,7 +113,7 @@ USER fhirbase
EXPOSE 5432

# Add VOLUMEs to allow backup of config, logs, socket and databases
VOLUME ['/etc/postgresql', '/var/log/postgresql', '/var/lib/postgresql', '/var/run/postgresql']
VOLUME ["/etc/postgresql", "/var/log/postgresql", "/var/lib/postgresql", "/var/run/postgresql"]

WORKDIR /home/fhirbase

0 comments on commit 48b1a36

Please sign in to comment.