Merge pull request #115 from axilleas/standalone_yml_typo
[discourse_docker.git] / templates / postgres.9.2.template.yml
index ed78691da2b59e83e88763af144bf8f7a1542ca0..8ddf363922dacd6d18e94a89762ad2586a824151 100644 (file)
@@ -6,8 +6,6 @@ hooks:
        to: sv start postgres || exit 1
 
 run:
-  # temporary
-  - exec: apt-get install -y socat
   - exec: mkdir -p /shared/postgres_run
   - exec: chown postgres:postgres /shared/postgres_run
   - exec: chmod 775 /shared/postgres_run