Skip to content

Commit 80cbb4f

Browse files
committed
chore: remove pg_backtrace
1 parent be7d35d commit 80cbb4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/all-in-one/entrypoint.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ function configure_services {
5858
}
5959

6060
function enable_swap {
61-
fallocate -l 1G /mnt/swapfile
62-
chmod 600 /mnt/swapfile
63-
mkswap /mnt/swapfile
64-
swapon /mnt/swapfile
61+
fallocate -l 1G /data/swapfile
62+
chmod 600 /data/swapfile
63+
mkswap /data/swapfile
64+
swapon /data/swapfile
6565
}
6666

6767
function push_lsn_checkpoint_file {

0 commit comments

Comments
 (0)