diff options
Diffstat (limited to 'Services/postgres/Dockerfile')
-rw-r--r-- | Services/postgres/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/postgres/Dockerfile b/Services/postgres/Dockerfile index 6e6c485..1f48748 100644 --- a/Services/postgres/Dockerfile +++ b/Services/postgres/Dockerfile @@ -19,5 +19,5 @@ RUN chmod 775 /bin/run.sh && \ chmod -R 0700 $DATA_PATH EXPOSE 5432 -VOLUME [ $DATA_PATH, $LOG_PATH ] +VOLUME $DATA_PATH CMD [ "/bin/run.sh" ] |