File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ services:
1616 - postgres_data:/var/lib/postgresql/data
1717 # If things really need to be wiped, uncomment the destructive entrypoint below.
1818 # This will remove all old data in the database, and rebuild it from scratch.
19- entrypoint : [ "bash", "-c", "\
20- echo 'DESTROYING AND RESETTING DATABASE...'; \
21- rm -rf /var/lib/postgresql/data/*; \
22- chown -R postgres:postgres /var/lib/postgresql/data; \
23- exec docker-entrypoint.sh postgres \
24- " ]
19+ # entrypoint: [ "bash", "-c", "\
20+ # echo 'DESTROYING AND RESETTING DATABASE...'; \
21+ # rm -rf /var/lib/postgresql/data/*; \
22+ # chown -R postgres:postgres /var/lib/postgresql/data; \
23+ # exec docker-entrypoint.sh postgres \
24+ # " ]
2525 healthcheck :
2626 test : ["CMD-SHELL", "pg_isready -U postgres"]
2727 interval : 30s
You can’t perform that action at this time.
0 commit comments